Html Css Color HEX #046A79 Blue Lagoon

📋 copy color: '#046A79'

red 4 ◦ green 106 ◦ blue 121

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

Shades of Blue Lagoon #046A79

Tints of Blue Lagoon #046A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.89%

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

R = 1.73%
G = 45.89%
B = 52.38%

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

#046A79 (or 0x046A79) is known color: Blue Lagoon. HEX triplet: 04, 6A and 79. RGB value is (4,106,121). Sum of RGB (Red+Green+Blue) = 4+106+121=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #046A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A79 is #FB9586. Grayscale: #4D4D4D. Windows color (decimal): -16487815 or 7956996. OLE color: 7956996.

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

Color convert

RGB 4 106 121 -
CMYK 0.97 0.12 0 0.53
HSL 187.69º 0.94% 0.25% -
HSV(B) 187.69º 0.97% 0.47% -
XYZ 8.66 11.71 19.89 -
YUV 77.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 4 106 121 0.97 0.12 0 0.53 187.69 0.94 0.25
Hex 4 6A 79 61 C 0 35 BC 5E 19
Octal 4 152 171 141 14 0 65 274 136 31
Binary 100 1101010 1111001 1100001 1100 0 110101 10111100 1011110 11001

Color Harmonies of #046A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A79

Black with #046A79

Text Example


Text Example

White with #046A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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