Html Css Color HEX #473262 Meteorite

📋 copy color: '#473262'

red 71 ◦ green 50 ◦ blue 98

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

Shades of Meteorite #473262

Tints of Meteorite #473262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 32.42%
G = 22.83%
B = 44.75%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473262 (or 0x473262) is known color: Meteorite. HEX triplet: 47, 32 and 62. RGB value is (71,50,98). Sum of RGB (Red+Green+Blue) = 71+50+98=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #473262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473262 is #B8CD9D. Grayscale: #3D3D3D. Windows color (decimal): -12111262 or 6435399. OLE color: 6435399.

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

Color convert

RGB 71 50 98 -
CMYK 0.28 0.49 0 0.62
HSL 266.25º 0.32% 0.29% -
HSV(B) 266.25º 0.49% 0.38% -
XYZ 5.94 4.5 12.11 -
YUV 61.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 71 50 98 0.28 0.49 0 0.62 266.25 0.32 0.29
Hex 47 32 62 1C 31 0 3E 10A 20 1D
Octal 107 62 142 34 61 0 76 412 40 35
Binary 1000111 110010 1100010 11100 110001 0 111110 100001010 100000 11101

Color Harmonies of #473262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473262

Black with #473262

Text Example


Text Example

White with #473262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473262; }

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

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

background-color css

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

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

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

border-color css

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

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

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