Html Css Color HEX #046979 Blue Lagoon

📋 copy color: '#046979'

red 4 ◦ green 105 ◦ blue 121

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

Shades of Blue Lagoon #046979

Tints of Blue Lagoon #046979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 1.74%
G = 45.65%
B = 52.61%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046979 (or 0x046979) is known color: Blue Lagoon. HEX triplet: 04, 69 and 79. RGB value is (4,105,121). Sum of RGB (Red+Green+Blue) = 4+105+121=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #046979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046979 is #FB9686. Grayscale: #4C4C4C. Windows color (decimal): -16488071 or 7956740. OLE color: 7956740.

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

Color convert

RGB 4 105 121 -
CMYK 0.97 0.13 0 0.53
HSL 188.21º 0.94% 0.25% -
HSV(B) 188.21º 0.97% 0.47% -
XYZ 8.55 11.51 19.86 -
YUV 76.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 4 105 121 0.97 0.13 0 0.53 188.21 0.94 0.25
Hex 4 69 79 61 D 0 35 BC 5E 19
Octal 4 151 171 141 15 0 65 274 136 31
Binary 100 1101001 1111001 1100001 1101 0 110101 10111100 1011110 11001

Color Harmonies of #046979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046979

Black with #046979

Text Example


Text Example

White with #046979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046979; }

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

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

background-color css

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

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

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

border-color css

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

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

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