#48BACD

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

Shades of Viking #48BACD

Tints of Viking #48BACD

Color information

#48BACD (or 0x48BACD) is unknown color: approx Viking. HEX triplet: 48, BA and CD. RGB value is (72,186,205). Sum of RGB (Red+Green+Blue) = 72+186+205=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #48BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BACD is #B74532. Grayscale: #999999. Windows color (decimal): -12010803 or 13482568. OLE color: 13482568.

HSL color Cylindrical-coordinate representation of color #48BACD: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BACD is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72186205-
CMYK0.650.0900.20
HSL188.57º57.08%54.31%-
HSV(B)188.57º64.88%80.39%-
XYZ31.2540.964.01-
YUV154.08156.7369.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.55%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=15.55%
G=40.17%
B=44.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721862050.650.0900.20188.5757.0854.31
Hex48BACD419014bd3936
Octal110272315101110242757166
Binary100100010111010110011011000001100101010010111101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,205); }

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

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

 a { background-color: rgb(72,186,205); }

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

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

 span { border-color: rgb(72,186,205); }

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