#04607E

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

Shades of Blue Lagoon #04607E

Tints of Blue Lagoon #04607E

Color information

#04607E (or 0x04607E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 60 and 7E. RGB value is (4,96,126). Sum of RGB (Red+Green+Blue) = 4+96+126=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #04607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607E is #FB9F81. Grayscale: #474747. Windows color (decimal): -16490370 or 8282116. OLE color: 8282116.

HSL color Cylindrical-coordinate representation of color #04607E: hue angle of 194.75º 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 #04607E is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB496126-
CMYK0.970.2400.51
HSL194.75º93.85%25.49%-
HSV(B)194.75º96.83%49.41%-
XYZ89.921.23-
YUV71.91158.5279.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 126 (49.61% from 255) = 55.75%
R=1.77%
G=42.48%
B=55.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4961260.970.2400.51194.7593.8525.49
Hex4607E6118033c35e19
Octal41401761413006330313631
Binary10011000001111110110000111000011001111000011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04607E; }

 p { color: rgb(4,96,126); }

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

<style>
 a { background-color: #04607E; }

 a { background-color: rgb(4,96,126); }

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

<style>
 span { border-color: #04607E; }

 span { border-color: rgb(4,96,126); }

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