Html Css Color HEX #473264 Meteorite

📋 copy color: '#473264'

red 71 ◦ green 50 ◦ blue 100

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

Shades of Meteorite #473264

Tints of Meteorite #473264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 32.13%
G = 22.62%
B = 45.25%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473264 (or 0x473264) is known color: Meteorite. HEX triplet: 47, 32 and 64. RGB value is (71,50,100). Sum of RGB (Red+Green+Blue) = 71+50+100=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #473264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473264 is #B8CD9B. Grayscale: #3D3D3D. Windows color (decimal): -12111260 or 6566471. OLE color: 6566471.

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

Color convert

RGB 71 50 100 -
CMYK 0.29 0.50 0 0.61
HSL 265.2º 0.33% 0.29% -
HSV(B) 265.2º 0.5% 0.39% -
XYZ 6.04 4.54 12.61 -
YUV 61.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 71 50 100 0.29 0.50 0 0.61 265.2 0.33 0.29
Hex 47 32 64 1D 32 0 3D 109 21 1D
Octal 107 62 144 35 62 0 75 411 41 35
Binary 1000111 110010 1100100 11101 110010 0 111101 100001001 100001 11101

Color Harmonies of #473264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473264

Black with #473264

Text Example


Text Example

White with #473264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473264; }

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

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

background-color css

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

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

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

border-color css

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

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

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