Html Css Color HEX #473C62 Meteorite

📋 copy color: '#473C62'

red 71 ◦ green 60 ◦ blue 98

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

Shades of Meteorite #473C62

Tints of Meteorite #473C62

RGB

 RED value IS 71 (28.13% from 255) = 31%

 GREEN value IS 60 (23.83% from 255) = 26.2%

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 31%
G = 26.2%
B = 42.79%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473C62 (or 0x473C62) is known color: Meteorite. HEX triplet: 47, 3C and 62. RGB value is (71,60,98). Sum of RGB (Red+Green+Blue) = 71+60+98=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #473C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C62 is #B8C39D. Grayscale: #434343. Windows color (decimal): -12108702 or 6437959. OLE color: 6437959.

HSL color Cylindrical-coordinate representation of color #473C62: hue angle of 257.37º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473C62 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 60 98 -
CMYK 0.28 0.39 0 0.62
HSL 257.37º 0.24% 0.31% -
HSV(B) 257.37º 0.39% 0.38% -
XYZ 6.42 5.45 12.27 -
YUV 67.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 71 60 98 0.28 0.39 0 0.62 257.37 0.24 0.31
Hex 47 3C 62 1C 27 0 3E 101 18 1F
Octal 107 74 142 34 47 0 76 401 30 37
Binary 1000111 111100 1100010 11100 100111 0 111110 100000001 11000 11111

Color Harmonies of #473C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C62

Black with #473C62

Text Example


Text Example

White with #473C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C62; }

 p { color: rgb(71,60,98); }

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

background-color css

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

 a { background-color: rgb(71,60,98); }

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

border-color css

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

 span { border-color: rgb(71,60,98); }

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