Html Css Color HEX #473265 Meteorite

📋 copy color: '#473265'

red 71 ◦ green 50 ◦ blue 101

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

Shades of Meteorite #473265

Tints of Meteorite #473265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 31.98%
G = 22.52%
B = 45.5%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#473265 (or 0x473265) is known color: Meteorite. HEX triplet: 47, 32 and 65. RGB value is (71,50,101). Sum of RGB (Red+Green+Blue) = 71+50+101=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #473265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473265 is #B8CD9A. Grayscale: #3D3D3D. Windows color (decimal): -12111259 or 6632007. OLE color: 6632007.

HSL color Cylindrical-coordinate representation of color #473265: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473265 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 50 101 -
CMYK 0.30 0.50 0 0.60
HSL 264.71º 0.34% 0.3% -
HSV(B) 264.71º 0.5% 0.4% -
XYZ 6.09 4.56 12.87 -
YUV 62.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 71 50 101 0.30 0.50 0 0.60 264.71 0.34 0.3
Hex 47 32 65 1E 32 0 3C 109 22 1E
Octal 107 62 145 36 62 0 74 411 42 36
Binary 1000111 110010 1100101 11110 110010 0 111100 100001001 100010 11110

Color Harmonies of #473265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473265

Black with #473265

Text Example


Text Example

White with #473265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473265; }

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

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

background-color css

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

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

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

border-color css

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

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

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