Html Css Color HEX #046479 Blue Lagoon

📋 copy color: '#046479'

red 4 ◦ green 100 ◦ blue 121

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

Shades of Blue Lagoon #046479

Tints of Blue Lagoon #046479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

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

R = 1.78%
G = 44.44%
B = 53.78%

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

#046479 (or 0x046479) is known color: Blue Lagoon. HEX triplet: 04, 64 and 79. RGB value is (4,100,121). Sum of RGB (Red+Green+Blue) = 4+100+121=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #046479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046479 is #FB9B86. Grayscale: #494949. Windows color (decimal): -16489351 or 7955460. OLE color: 7955460.

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

Color convert

RGB 4 100 121 -
CMYK 0.97 0.17 0 0.53
HSL 190.77º 0.94% 0.25% -
HSV(B) 190.77º 0.97% 0.47% -
XYZ 8.06 10.52 19.7 -
YUV 73.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 4 100 121 0.97 0.17 0 0.53 190.77 0.94 0.25
Hex 4 64 79 61 11 0 35 BF 5E 19
Octal 4 144 171 141 21 0 65 277 136 31
Binary 100 1100100 1111001 1100001 10001 0 110101 10111111 1011110 11001

Color Harmonies of #046479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046479

Black with #046479

Text Example


Text Example

White with #046479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046479; }

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

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

background-color css

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

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

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

border-color css

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

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

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