Html Css Color HEX #046971 Blue Lagoon

📋 copy color: '#046971'

red 4 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #046971

Tints of Blue Lagoon #046971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 1.8%
G = 47.3%
B = 50.9%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#046971 (or 0x046971) is known color: Blue Lagoon. HEX triplet: 04, 69 and 71. RGB value is (4,105,113). Sum of RGB (Red+Green+Blue) = 4+105+113=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #046971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046971 is #FB968E. Grayscale: #4B4B4B. Windows color (decimal): -16488079 or 7432452. OLE color: 7432452.

HSL color Cylindrical-coordinate representation of color #046971: hue angle of 184.4º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046971 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 105 113 -
CMYK 0.96 0.07 0 0.56
HSL 184.4º 0.93% 0.23% -
HSV(B) 184.4º 0.96% 0.44% -
XYZ 8.08 11.32 17.38 -
YUV 75.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 4 105 113 0.96 0.07 0 0.56 184.4 0.93 0.23
Hex 4 69 71 60 7 0 38 B8 5D 17
Octal 4 151 161 140 7 0 70 270 135 27
Binary 100 1101001 1110001 1100000 111 0 111000 10111000 1011101 10111

Color Harmonies of #046971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046971

Black with #046971

Text Example


Text Example

White with #046971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046971; }

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

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

background-color css

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

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

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

border-color css

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

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

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