Html Css Color HEX #046677 Blue Lagoon

📋 copy color: '#046677'

red 4 ◦ green 102 ◦ blue 119

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

Shades of Blue Lagoon #046677

Tints of Blue Lagoon #046677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 1.78%
G = 45.33%
B = 52.89%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046677 (or 0x046677) is known color: Blue Lagoon. HEX triplet: 04, 66 and 77. RGB value is (4,102,119). Sum of RGB (Red+Green+Blue) = 4+102+119=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #046677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046677 is #FB9988. Grayscale: #4A4A4A. Windows color (decimal): -16488841 or 7824900. OLE color: 7824900.

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

Color convert

RGB 4 102 119 -
CMYK 0.97 0.14 0 0.53
HSL 188.87º 0.93% 0.24% -
HSV(B) 188.87º 0.97% 0.47% -
XYZ 8.13 10.86 19.12 -
YUV 74.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 4 102 119 0.97 0.14 0 0.53 188.87 0.93 0.24
Hex 4 66 77 61 E 0 35 BD 5D 18
Octal 4 146 167 141 16 0 65 275 135 30
Binary 100 1100110 1110111 1100001 1110 0 110101 10111101 1011101 11000

Color Harmonies of #046677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046677

Black with #046677

Text Example


Text Example

White with #046677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046677; }

 p { color: rgb(4,102,119); }

 H1.HeaderClassName
 {
   color: #046677;
 }
 .AnyTagClassName
 {
   color: #046677;
 }
</style>

background-color css

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

 a { background-color: rgb(4,102,119); }

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

border-color css

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

 span { border-color: rgb(4,102,119); }

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