Html Css Color HEX #474063 Meteorite

📋 copy color: '#474063'

red 71 ◦ green 64 ◦ blue 99

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

Shades of Meteorite #474063

Tints of Meteorite #474063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 30.34%
G = 27.35%
B = 42.31%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474063 (or 0x474063) is known color: Meteorite. HEX triplet: 47, 40 and 63. RGB value is (71,64,99). Sum of RGB (Red+Green+Blue) = 71+64+99=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #474063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474063 is #B8BF9C. Grayscale: #454545. Windows color (decimal): -12107677 or 6504519. OLE color: 6504519.

HSL color Cylindrical-coordinate representation of color #474063: hue angle of 252º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474063 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 64 99 -
CMYK 0.28 0.35 0 0.61
HSL 252º 0.21% 0.32% -
HSV(B) 252º 0.35% 0.39% -
XYZ 6.68 5.91 12.59 -
YUV 70.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 71 64 99 0.28 0.35 0 0.61 252 0.21 0.32
Hex 47 40 63 1C 23 0 3D FC 15 20
Octal 107 100 143 34 43 0 75 374 25 40
Binary 1000111 1000000 1100011 11100 100011 0 111101 11111100 10101 100000

Color Harmonies of #474063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474063

Black with #474063

Text Example


Text Example

White with #474063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474063; }

 p { color: rgb(71,64,99); }

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

background-color css

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

 a { background-color: rgb(71,64,99); }

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

border-color css

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

 span { border-color: rgb(71,64,99); }

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