Html Css Color HEX #046473 Blue Lagoon

📋 copy color: '#046473'

red 4 ◦ green 100 ◦ blue 115

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

Shades of Blue Lagoon #046473

Tints of Blue Lagoon #046473

RGB

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

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

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

R = 1.83%
G = 45.66%
B = 52.51%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046473 (or 0x046473) is known color: Blue Lagoon. HEX triplet: 04, 64 and 73. RGB value is (4,100,115). Sum of RGB (Red+Green+Blue) = 4+100+115=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #046473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046473 is #FB9B8C. Grayscale: #484848. Windows color (decimal): -16489357 or 7562244. OLE color: 7562244.

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

Color convert

RGB 4 100 115 -
CMYK 0.97 0.13 0 0.55
HSL 188.11º 0.93% 0.23% -
HSV(B) 188.11º 0.97% 0.45% -
XYZ 7.7 10.38 17.82 -
YUV 73.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 4 100 115 0.97 0.13 0 0.55 188.11 0.93 0.23
Hex 4 64 73 61 D 0 37 BC 5D 17
Octal 4 144 163 141 15 0 67 274 135 27
Binary 100 1100100 1110011 1100001 1101 0 110111 10111100 1011101 10111

Color Harmonies of #046473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046473

Black with #046473

Text Example


Text Example

White with #046473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046473; }

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

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

background-color css

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

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

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

border-color css

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

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

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