#48B7D2

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

Shades of Viking #48B7D2

Tints of Viking #48B7D2

Color information

#48B7D2 (or 0x48B7D2) is unknown color: approx Viking. HEX triplet: 48, B7 and D2. RGB value is (72,183,210). Sum of RGB (Red+Green+Blue) = 72+183+210=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #48B7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7D2 is #B7482D. Grayscale: #989898. Windows color (decimal): -12011566 or 13809480. OLE color: 13809480.

HSL color Cylindrical-coordinate representation of color #48B7D2: hue angle of 191.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48B7D2 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72183210-
CMYK0.660.1300.18
HSL191.74º60.53%55.29%-
HSV(B)191.74º65.71%82.35%-
XYZ31.2439.967.03-
YUV152.89160.2370.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 210 (82.42% from 255) = 45.16%
R=15.48%
G=39.35%
B=45.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721832100.660.1300.18191.7460.5355.29
Hex48B7D242D012c03d37
Octal110267322102150223007567
Binary100100010110111110100101000010110101001011000000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,210); }

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

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

 a { background-color: rgb(72,183,210); }

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

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

 span { border-color: rgb(72,183,210); }

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