Html Css Color HEX #046477 Blue Lagoon

📋 copy color: '#046477'

red 4 ◦ green 100 ◦ blue 119

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

Shades of Blue Lagoon #046477

Tints of Blue Lagoon #046477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

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

R = 1.79%
G = 44.84%
B = 53.36%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046477 (or 0x046477) is known color: Blue Lagoon. HEX triplet: 04, 64 and 77. RGB value is (4,100,119). Sum of RGB (Red+Green+Blue) = 4+100+119=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #046477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046477 is #FB9B88. Grayscale: #494949. Windows color (decimal): -16489353 or 7824388. OLE color: 7824388.

HSL color Cylindrical-coordinate representation of color #046477: hue angle of 189.91º 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 #046477 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 100 119 -
CMYK 0.97 0.16 0 0.53
HSL 189.91º 0.93% 0.24% -
HSV(B) 189.91º 0.97% 0.47% -
XYZ 7.94 10.47 19.06 -
YUV 73.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 4 100 119 0.97 0.16 0 0.53 189.91 0.93 0.24
Hex 4 64 77 61 10 0 35 BE 5D 18
Octal 4 144 167 141 20 0 65 276 135 30
Binary 100 1100100 1110111 1100001 10000 0 110101 10111110 1011101 11000

Color Harmonies of #046477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046477

Black with #046477

Text Example


Text Example

White with #046477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046477; }

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

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

background-color css

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

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

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

border-color css

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

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

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