Html Css Color HEX #473F62 Meteorite

📋 copy color: '#473F62'

red 71 ◦ green 63 ◦ blue 98

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

Shades of Meteorite #473F62

Tints of Meteorite #473F62

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 30.6%
G = 27.16%
B = 42.24%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473F62 (or 0x473F62) is known color: Meteorite. HEX triplet: 47, 3F and 62. RGB value is (71,63,98). Sum of RGB (Red+Green+Blue) = 71+63+98=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #473F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F62 is #B8C09D. Grayscale: #454545. Windows color (decimal): -12107934 or 6438727. OLE color: 6438727.

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

Color convert

RGB 71 63 98 -
CMYK 0.28 0.36 0 0.62
HSL 253.71º 0.22% 0.32% -
HSV(B) 253.71º 0.36% 0.38% -
XYZ 6.58 5.78 12.32 -
YUV 69.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 71 63 98 0.28 0.36 0 0.62 253.71 0.22 0.32
Hex 47 3F 62 1C 24 0 3E FE 16 20
Octal 107 77 142 34 44 0 76 376 26 40
Binary 1000111 111111 1100010 11100 100100 0 111110 11111110 10110 100000

Color Harmonies of #473F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F62

Black with #473F62

Text Example


Text Example

White with #473F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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