#046575

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

Shades of Blue Lagoon #046575

Tints of Blue Lagoon #046575

Color information

#046575 (or 0x046575) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 75. RGB value is (4,101,117). Sum of RGB (Red+Green+Blue) = 4+101+117=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #046575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046575 is #FB9A8A. Grayscale: #494949. Windows color (decimal): -16489099 or 7693572. OLE color: 7693572.

HSL color Cylindrical-coordinate representation of color #046575: hue angle of 188.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046575 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4101117-
CMYK0.970.1400.54
HSL188.5º93.39%23.73%-
HSV(B)188.5º96.58%45.88%-
XYZ7.9110.6218.46-
YUV73.82152.3678.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=1.80%
G=45.50%
B=52.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41011170.970.1400.54188.593.3923.73
Hex4657561E036bc5d18
Octal41451651411606627413530
Binary1001100101111010111000011110011011010111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046575; }

 p { color: rgb(4,101,117); }

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

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

 a { background-color: rgb(4,101,117); }

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

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

 span { border-color: rgb(4,101,117); }

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