#004D6B

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

Shades of Blue Lagoon #004D6B

Tints of Blue Lagoon #004D6B

Color information

#004D6B (or 0x004D6B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4D and 6B. RGB value is (0,77,107). Sum of RGB (Red+Green+Blue) = 0+77+107=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #004D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D6B is #FFB294. Grayscale: #393939. Windows color (decimal): -16757397 or 7032064. OLE color: 7032064.

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

Color convert

RGB077107-
CMYK10.2800.58
HSL196.82º100%20.98%-
HSV(B)196.82º100%41.96%-
XYZ5.316.3714.86-
YUV57.4155.9987.06-

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.85%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=0%
G=41.85%
B=58.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07710710.2800.58196.8210020.98
Hex04D6B641C03Ac56415
Octal01151531443407230514425
Binary010011011101011110010011100011101011000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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