#04627E

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

Shades of Blue Lagoon #04627E

Tints of Blue Lagoon #04627E

Color information

#04627E (or 0x04627E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 7E. RGB value is (4,98,126). Sum of RGB (Red+Green+Blue) = 4+98+126=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #04627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04627E is #FB9D81. Grayscale: #484848. Windows color (decimal): -16489858 or 8282628. OLE color: 8282628.

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

Color convert

RGB498126-
CMYK0.970.2200.51
HSL193.77º93.85%25.49%-
HSV(B)193.77º96.83%49.41%-
XYZ8.1810.2721.29-
YUV73.09157.8678.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=1.75%
G=42.98%
B=55.26%

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
Decimal4981260.970.2200.51193.7793.8525.49
Hex4627E6116033c25e19
Octal41421761412606330213631
Binary10011000101111110110000110110011001111000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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