Html Css Color HEX #473263 Meteorite

📋 copy color: '#473263'

red 71 ◦ green 50 ◦ blue 99

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

Shades of Meteorite #473263

Tints of Meteorite #473263

RGB

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

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

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

R = 32.27%
G = 22.73%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473263 (or 0x473263) is known color: Meteorite. HEX triplet: 47, 32 and 63. RGB value is (71,50,99). Sum of RGB (Red+Green+Blue) = 71+50+99=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #473263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473263 is #B8CD9C. Grayscale: #3D3D3D. Windows color (decimal): -12111261 or 6500935. OLE color: 6500935.

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

Color convert

RGB 71 50 99 -
CMYK 0.28 0.49 0 0.61
HSL 265.71º 0.33% 0.29% -
HSV(B) 265.71º 0.49% 0.39% -
XYZ 5.99 4.52 12.36 -
YUV 61.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 71 50 99 0.28 0.49 0 0.61 265.71 0.33 0.29
Hex 47 32 63 1C 31 0 3D 10A 21 1D
Octal 107 62 143 34 61 0 75 412 41 35
Binary 1000111 110010 1100011 11100 110001 0 111101 100001010 100001 11101

Color Harmonies of #473263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473263

Black with #473263

Text Example


Text Example

White with #473263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473263; }

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

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

background-color css

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

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

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

border-color css

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

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

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