Html Css Color HEX #474064 Meteorite

📋 copy color: '#474064'

red 71 ◦ green 64 ◦ blue 100

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

Shades of Meteorite #474064

Tints of Meteorite #474064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.55%

R = 30.21%
G = 27.23%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474064 (or 0x474064) is known color: Meteorite. HEX triplet: 47, 40 and 64. RGB value is (71,64,100). Sum of RGB (Red+Green+Blue) = 71+64+100=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #474064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474064 is #B8BF9B. Grayscale: #464646. Windows color (decimal): -12107676 or 6570055. OLE color: 6570055.

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

Color convert

RGB 71 64 100 -
CMYK 0.29 0.36 0 0.61
HSL 251.67º 0.22% 0.32% -
HSV(B) 251.67º 0.36% 0.39% -
XYZ 6.73 5.93 12.85 -
YUV 70.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 71 64 100 0.29 0.36 0 0.61 251.67 0.22 0.32
Hex 47 40 64 1D 24 0 3D FC 16 20
Octal 107 100 144 35 44 0 75 374 26 40
Binary 1000111 1000000 1100100 11101 100100 0 111101 11111100 10110 100000

Color Harmonies of #474064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474064

Black with #474064

Text Example


Text Example

White with #474064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474064; }

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

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

background-color css

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

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

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

border-color css

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

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

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