#004D6C

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

Shades of Blue Lagoon #004D6C

Tints of Blue Lagoon #004D6C

Color information

#004D6C (or 0x004D6C) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4D and 6C. RGB value is (0,77,108). Sum of RGB (Red+Green+Blue) = 0+77+108=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #004D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D6C is #FFB293. Grayscale: #393939. Windows color (decimal): -16757396 or 7097600. OLE color: 7097600.

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

Color convert

RGB077108-
CMYK10.2900.58
HSL197.22º100%21.18%-
HSV(B)197.22º100%42.35%-
XYZ5.366.3915.14-
YUV57.51156.4986.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=0%
G=41.62%
B=58.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07710810.2900.58197.2210021.18
Hex04D6C641D03Ac56415
Octal01151541443507230514425
Binary010011011101100110010011101011101011000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,77,108); }

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

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

 a { background-color: rgb(0,77,108); }

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

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

 span { border-color: rgb(0,77,108); }

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