#04617C

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

Shades of Blue Lagoon #04617C

Tints of Blue Lagoon #04617C

Color information

#04617C (or 0x04617C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 7C. RGB value is (4,97,124). Sum of RGB (Red+Green+Blue) = 4+97+124=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #04617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04617C is #FB9E83. Grayscale: #484848. Windows color (decimal): -16490116 or 8151300. OLE color: 8151300.

HSL color Cylindrical-coordinate representation of color #04617C: hue angle of 193.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04617C is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB497124-
CMYK0.970.2200.51
HSL193.5º93.75%25.1%-
HSV(B)193.5º96.77%48.63%-
XYZ7.9610.0320.59-
YUV72.27157.1979.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=1.78%
G=43.11%
B=55.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4971240.970.2200.51193.593.7525.1
Hex4617C6116033c25e19
Octal41411741412606330213631
Binary10011000011111100110000110110011001111000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04617C; }

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

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

<style>
 a { background-color: #04617C; }

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

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

<style>
 span { border-color: #04617C; }

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

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