Html Css Color HEX #473B70 Meteorite

📋 copy color: '#473B70'

red 71 ◦ green 59 ◦ blue 112

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

Shades of Meteorite #473B70

Tints of Meteorite #473B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 29.34%
G = 24.38%
B = 46.28%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473B70 (or 0x473B70) is known color: Meteorite. HEX triplet: 47, 3B and 70. RGB value is (71,59,112). Sum of RGB (Red+Green+Blue) = 71+59+112=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #473B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B70 is #B8C48F. Grayscale: #444444. Windows color (decimal): -12108944 or 7355207. OLE color: 7355207.

HSL color Cylindrical-coordinate representation of color #473B70: hue angle of 253.58º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473B70 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 59 112 -
CMYK 0.37 0.47 0 0.56
HSL 253.58º 0.31% 0.34% -
HSV(B) 253.58º 0.47% 0.44% -
XYZ 7.09 5.64 16.04 -
YUV 68.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 71 59 112 0.37 0.47 0 0.56 253.58 0.31 0.34
Hex 47 3B 70 25 2F 0 38 FE 1F 22
Octal 107 73 160 45 57 0 70 376 37 42
Binary 1000111 111011 1110000 100101 101111 0 111000 11111110 11111 100010

Color Harmonies of #473B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B70

Black with #473B70

Text Example


Text Example

White with #473B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B70; }

 p { color: rgb(71,59,112); }

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

background-color css

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

 a { background-color: rgb(71,59,112); }

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

border-color css

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

 span { border-color: rgb(71,59,112); }

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