#04616D

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

Shades of Blue Lagoon #04616D

Tints of Blue Lagoon #04616D

Color information

#04616D (or 0x04616D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 6D. RGB value is (4,97,109). Sum of RGB (Red+Green+Blue) = 4+97+109=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #04616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04616D is #FB9E92. Grayscale: #464646. Windows color (decimal): -16490131 or 7168260. OLE color: 7168260.

HSL color Cylindrical-coordinate representation of color #04616D: hue angle of 186.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04616D is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB497109-
CMYK0.960.1100.57
HSL186.86º92.92%22.16%-
HSV(B)186.86º96.33%42.75%-
XYZ7.099.6815.96-
YUV70.56149.6980.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=1.90%
G=46.19%
B=51.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4971090.960.1100.57186.8692.9222.16
Hex4616D60B039bb5d16
Octal41411551401307127313526
Binary1001100001110110111000001011011100110111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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