Html Css Color HEX #046377 Blue Lagoon

📋 copy color: '#046377'

red 4 ◦ green 99 ◦ blue 119

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

Shades of Blue Lagoon #046377

Tints of Blue Lagoon #046377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 1.8%
G = 44.59%
B = 53.6%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046377 (or 0x046377) is known color: Blue Lagoon. HEX triplet: 04, 63 and 77. RGB value is (4,99,119). Sum of RGB (Red+Green+Blue) = 4+99+119=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #046377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046377 is #FB9C88. Grayscale: #484848. Windows color (decimal): -16489609 or 7824132. OLE color: 7824132.

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

Color convert

RGB 4 99 119 -
CMYK 0.97 0.17 0 0.53
HSL 190.43º 0.93% 0.24% -
HSV(B) 190.43º 0.97% 0.47% -
XYZ 7.84 10.28 19.02 -
YUV 72.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 4 99 119 0.97 0.17 0 0.53 190.43 0.93 0.24
Hex 4 63 77 61 11 0 35 BE 5D 18
Octal 4 143 167 141 21 0 65 276 135 30
Binary 100 1100011 1110111 1100001 10001 0 110101 10111110 1011101 11000

Color Harmonies of #046377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046377

Black with #046377

Text Example


Text Example

White with #046377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046377; }

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

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

background-color css

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

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

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

border-color css

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

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

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