#004D69

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

Shades of Blue Lagoon #004D69

Tints of Blue Lagoon #004D69

Color information

#004D69 (or 0x004D69) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4D and 69. RGB value is (0,77,105). Sum of RGB (Red+Green+Blue) = 0+77+105=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #004D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004D69 is #FFB296. Grayscale: #383838. Windows color (decimal): -16757399 or 6900992. OLE color: 6900992.

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

Color convert

RGB077105-
CMYK10.2700.59
HSL196º100%20.59%-
HSV(B)196º100%41.18%-
XYZ5.26.3314.31-
YUV57.17154.9987.22-

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) = 42.31%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=0%
G=42.31%
B=57.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal07710510.2700.5919610020.59
Hex04D69641B03Bc46415
Octal01151511443307330414425
Binary010011011101001110010011011011101111000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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