Html Css Color HEX #474066 Meteorite

📋 copy color: '#474066'

red 71 ◦ green 64 ◦ blue 102

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

Shades of Meteorite #474066

Tints of Meteorite #474066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 29.96%
G = 27%
B = 43.04%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#474066 (or 0x474066) is known color: Meteorite. HEX triplet: 47, 40 and 66. RGB value is (71,64,102). Sum of RGB (Red+Green+Blue) = 71+64+102=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #474066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474066 is #B8BF99. Grayscale: #464646. Windows color (decimal): -12107674 or 6701127. OLE color: 6701127.

HSL color Cylindrical-coordinate representation of color #474066: hue angle of 251.05º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474066 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 64 102 -
CMYK 0.30 0.37 0 0.6
HSL 251.05º 0.23% 0.33% -
HSV(B) 251.05º 0.37% 0.4% -
XYZ 6.83 5.97 13.36 -
YUV 70.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 71 64 102 0.30 0.37 0 0.6 251.05 0.23 0.33
Hex 47 40 66 1E 25 0 3C FB 17 21
Octal 107 100 146 36 45 0 74 373 27 41
Binary 1000111 1000000 1100110 11110 100101 0 111100 11111011 10111 100001

Color Harmonies of #474066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474066

Black with #474066

Text Example


Text Example

White with #474066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474066; }

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

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

background-color css

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

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

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

border-color css

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

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

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