#004F6D

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

Shades of Blue Lagoon #004F6D

Tints of Blue Lagoon #004F6D

Color information

#004F6D (or 0x004F6D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4F and 6D. RGB value is (0,79,109). Sum of RGB (Red+Green+Blue) = 0+79+109=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #004F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F6D is #FFB092. Grayscale: #3A3A3A. Windows color (decimal): -16756883 or 7163648. OLE color: 7163648.

HSL color Cylindrical-coordinate representation of color #004F6D: hue angle of 196.51º 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 #004F6D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB079109-
CMYK10.2800.57
HSL196.51º100%21.37%-
HSV(B)196.51º100%42.75%-
XYZ5.566.715.47-
YUV58.8156.3386.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=0%
G=42.02%
B=57.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal07910910.2800.57196.5110021.37
Hex04F6D641C039c56415
Octal01171551443407130514425
Binary010011111101101110010011100011100111000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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