#48A4CE

Color #48A4CE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48A4CE

Tints of Viking #48A4CE

Color information

#48A4CE (or 0x48A4CE) is unknown color: approx Viking. HEX triplet: 48, A4 and CE. RGB value is (72,164,206). Sum of RGB (Red+Green+Blue) = 72+164+206=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #48A4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4CE is #B75B31. Grayscale: #8D8D8D. Windows color (decimal): -12016434 or 13542472. OLE color: 13542472.

HSL color Cylindrical-coordinate representation of color #48A4CE: hue angle of 198.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A4CE is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72164206-
CMYK0.650.2000.19
HSL198.81º57.76%54.51%-
HSV(B)198.81º65.05%80.78%-
XYZ27.0932.3863.22-
YUV141.28164.5278.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 16.29%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=16.29%
G=37.10%
B=46.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721642060.650.2000.19198.8157.7654.51
Hex48A4CE4114013c73a37
Octal110244316101240233077267
Binary1001000101001001100111010000011010001001111000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A4CE; }

 p { color: rgb(72,164,206); }

 H1.HeaderClassName
 {
   color: #48A4CE;
 }
 .AnyTagClassName
 {
   color: #48A4CE;
 }
</style>
background-color css

<style>
 a { background-color: #48A4CE; }

 a { background-color: rgb(72,164,206); }

 div.DivClassName
 {
   background-color: #48A4CE;
 }
 .BgClassName
 {
   background-color: #48A4CE;
 }
</style>
border-color css

<style>
 span { border-color: #48A4CE; }

 span { border-color: rgb(72,164,206); }

 td.TdClassName
 {
   border-color: #48A4CE;
 }
 .TagClassName
 {
   border-color: #48A4CE;
 }
</style>