#004C6B

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

Shades of Blue Lagoon #004C6B

Tints of Blue Lagoon #004C6B

Color information

#004C6B (or 0x004C6B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4C and 6B. RGB value is (0,76,107). Sum of RGB (Red+Green+Blue) = 0+76+107=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #004C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C6B is #FFB394. Grayscale: #383838. Windows color (decimal): -16757653 or 7031808. OLE color: 7031808.

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

Color convert

RGB076107-
CMYK10.2900.58
HSL197.38º100%20.98%-
HSV(B)197.38º100%41.96%-
XYZ5.246.2314.84-
YUV56.81156.3287.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=0%
G=41.53%
B=58.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07610710.2900.58197.3810020.98
Hex04C6B641D03Ac56415
Octal01141531443507230514425
Binary010011001101011110010011101011101011000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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