Html Css Color HEX #046575 Blue Lagoon

📋 copy color: '#046575'

red 4 ◦ green 101 ◦ blue 117

#046575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #046575

Tints of Blue Lagoon #046575

RGB

 RED value IS 4 (1.95% from 255) = 1.8%

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 1.8%
G = 45.5%
B = 52.7%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#046575 (or 0x046575) is known color: 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

RGB 4 101 117 -
CMYK 0.97 0.14 0 0.54
HSL 188.5º 0.93% 0.24% -
HSV(B) 188.5º 0.97% 0.46% -
XYZ 7.91 10.62 18.46 -
YUV 73.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 4 101 117 0.97 0.14 0 0.54 188.5 0.93 0.24
Hex 4 65 75 61 E 0 36 BC 5D 18
Octal 4 145 165 141 16 0 66 274 135 30
Binary 100 1100101 1110101 1100001 1110 0 110110 10111100 1011101 11000

Color Harmonies of #046575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046575

Black with #046575

Text Example


Text Example

White with #046575

Text Example


Text Example

HTML Codes & Css Web 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>