#04616B

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

Shades of Blue Lagoon #04616B

Tints of Blue Lagoon #04616B

Color information

#04616B (or 0x04616B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 6B. RGB value is (4,97,107). Sum of RGB (Red+Green+Blue) = 4+97+107=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #04616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04616B is #FB9E94. Grayscale: #464646. Windows color (decimal): -16490133 or 7037188. OLE color: 7037188.

HSL color Cylindrical-coordinate representation of color #04616B: hue angle of 185.83º 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 #04616B is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB497107-
CMYK0.960.0900.58
HSL185.83º92.79%21.76%-
HSV(B)185.83º96.26%41.96%-
XYZ6.989.6415.4-
YUV70.33148.6980.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=1.92%
G=46.63%
B=51.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4971070.960.0900.58185.8392.7921.76
Hex4616B60903Aba5d16
Octal41411531401107227213526
Binary1001100001110101111000001001011101010111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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