#004E6B

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

Shades of Blue Lagoon #004E6B

Tints of Blue Lagoon #004E6B

Color information

#004E6B (or 0x004E6B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4E and 6B. RGB value is (0,78,107). Sum of RGB (Red+Green+Blue) = 0+78+107=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #004E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6B is #FFB194. Grayscale: #393939. Windows color (decimal): -16757141 or 7032320. OLE color: 7032320.

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

Color convert

RGB078107-
CMYK10.2700.58
HSL196.26º100%20.98%-
HSV(B)196.26º100%41.96%-
XYZ5.386.5114.88-
YUV57.98155.6686.64-

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) = 42.16%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=0%
G=42.16%
B=57.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07810710.2700.58196.2610020.98
Hex04E6B641B03Ac46415
Octal01161531443307230414425
Binary010011101101011110010011011011101011000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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