Html Css Color HEX #046173 Blue Lagoon

📋 copy color: '#046173'

red 4 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #046173

Tints of Blue Lagoon #046173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 1.85%
G = 44.91%
B = 53.24%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046173 (or 0x046173) is known color: Blue Lagoon. HEX triplet: 04, 61 and 73. RGB value is (4,97,115). Sum of RGB (Red+Green+Blue) = 4+97+115=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #046173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046173 is #FB9E8C. Grayscale: #474747. Windows color (decimal): -16490125 or 7561476. OLE color: 7561476.

HSL color Cylindrical-coordinate representation of color #046173: hue angle of 189.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046173 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 97 115 -
CMYK 0.97 0.16 0 0.55
HSL 189.73º 0.93% 0.23% -
HSV(B) 189.73º 0.97% 0.45% -
XYZ 7.42 9.81 17.72 -
YUV 71.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 4 97 115 0.97 0.16 0 0.55 189.73 0.93 0.23
Hex 4 61 73 61 10 0 37 BE 5D 17
Octal 4 141 163 141 20 0 67 276 135 27
Binary 100 1100001 1110011 1100001 10000 0 110111 10111110 1011101 10111

Color Harmonies of #046173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046173

Black with #046173

Text Example


Text Example

White with #046173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046173; }

 p { color: rgb(4,97,115); }

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

background-color css

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

 a { background-color: rgb(4,97,115); }

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

border-color css

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

 span { border-color: rgb(4,97,115); }

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