Html Css Color HEX #046977 Blue Lagoon

📋 copy color: '#046977'

red 4 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #046977

Tints of Blue Lagoon #046977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

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

R = 1.75%
G = 46.05%
B = 52.19%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046977 (or 0x046977) is known color: Blue Lagoon. HEX triplet: 04, 69 and 77. RGB value is (4,105,119). Sum of RGB (Red+Green+Blue) = 4+105+119=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #046977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046977 is #FB9688. Grayscale: #4C4C4C. Windows color (decimal): -16488073 or 7825668. OLE color: 7825668.

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

Color convert

RGB 4 105 119 -
CMYK 0.97 0.12 0 0.53
HSL 187.3º 0.93% 0.24% -
HSV(B) 187.3º 0.97% 0.47% -
XYZ 8.43 11.46 19.22 -
YUV 76.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 4 105 119 0.97 0.12 0 0.53 187.3 0.93 0.24
Hex 4 69 77 61 C 0 35 BB 5D 18
Octal 4 151 167 141 14 0 65 273 135 30
Binary 100 1101001 1110111 1100001 1100 0 110101 10111011 1011101 11000

Color Harmonies of #046977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046977

Black with #046977

Text Example


Text Example

White with #046977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046977; }

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

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

background-color css

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

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

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

border-color css

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

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

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