#04656B

Color #04656B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #04656B

Tints of Blue Lagoon #04656B

Color information

#04656B (or 0x04656B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 6B. RGB value is (4,101,107). Sum of RGB (Red+Green+Blue) = 4+101+107=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #04656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04656B is #FB9A94. Grayscale: #484848. Windows color (decimal): -16489109 or 7038212. OLE color: 7038212.

HSL color Cylindrical-coordinate representation of color #04656B: hue angle of 183.5º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04656B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4101107-
CMYK0.960.0600.58
HSL183.5º92.79%21.76%-
HSV(B)183.5º96.26%41.96%-
XYZ7.3610.3915.53-
YUV72.68147.3679.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=1.89%
G=47.64%
B=50.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41011070.960.0600.58183.592.7921.76
Hex4656B60603Ab75d16
Octal4145153140607226713526
Binary100110010111010111100000110011101010110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04656B; }

 p { color: rgb(4,101,107); }

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

<style>
 a { background-color: #04656B; }

 a { background-color: rgb(4,101,107); }

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

<style>
 span { border-color: #04656B; }

 span { border-color: rgb(4,101,107); }

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