#004E6D

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

Shades of Blue Lagoon #004E6D

Tints of Blue Lagoon #004E6D

Color information

#004E6D (or 0x004E6D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4E and 6D. RGB value is (0,78,109). Sum of RGB (Red+Green+Blue) = 0+78+109=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #004E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6D is #FFB192. Grayscale: #3A3A3A. Windows color (decimal): -16757139 or 7163392. OLE color: 7163392.

HSL color Cylindrical-coordinate representation of color #004E6D: hue angle of 197.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E6D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB078109-
CMYK10.2800.57
HSL197.06º100%21.37%-
HSV(B)197.06º100%42.75%-
XYZ5.486.5515.44-
YUV58.21156.6686.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=0%
G=41.71%
B=58.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal07810910.2800.57197.0610021.37
Hex04E6D641C039c56415
Octal01161551443407130514425
Binary010011101101101110010011100011100111000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004E6D; }

 p { color: rgb(0,78,109); }

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

<style>
 a { background-color: #004E6D; }

 a { background-color: rgb(0,78,109); }

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

<style>
 span { border-color: #004E6D; }

 span { border-color: rgb(0,78,109); }

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