Html Css Color HEX #046578 Blue Lagoon

📋 copy color: '#046578'

red 4 ◦ green 101 ◦ blue 120

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

Shades of Blue Lagoon #046578

Tints of Blue Lagoon #046578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

 BLUE value IS 120 (47.27% from 255) = 53.33%

R = 1.78%
G = 44.89%
B = 53.33%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046578 (or 0x046578) is known color: Blue Lagoon. HEX triplet: 04, 65 and 78. RGB value is (4,101,120). Sum of RGB (Red+Green+Blue) = 4+101+120=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #046578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046578 is #FB9A87. Grayscale: #494949. Windows color (decimal): -16489096 or 7890180. OLE color: 7890180.

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

Color convert

RGB 4 101 120 -
CMYK 0.97 0.16 0 0.53
HSL 189.83º 0.94% 0.24% -
HSV(B) 189.83º 0.97% 0.47% -
XYZ 8.09 10.69 19.41 -
YUV 74.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 4 101 120 0.97 0.16 0 0.53 189.83 0.94 0.24
Hex 4 65 78 61 10 0 35 BE 5E 18
Octal 4 145 170 141 20 0 65 276 136 30
Binary 100 1100101 1111000 1100001 10000 0 110101 10111110 1011110 11000

Color Harmonies of #046578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046578

Black with #046578

Text Example


Text Example

White with #046578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046578; }

 p { color: rgb(4,101,120); }

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

background-color css

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

 a { background-color: rgb(4,101,120); }

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

border-color css

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

 span { border-color: rgb(4,101,120); }

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