Html Css Color HEX #473A70 Meteorite

📋 copy color: '#473A70'

red 71 ◦ green 58 ◦ blue 112

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

Shades of Meteorite #473A70

Tints of Meteorite #473A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

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

R = 29.46%
G = 24.07%
B = 46.47%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473A70 (or 0x473A70) is known color: Meteorite. HEX triplet: 47, 3A and 70. RGB value is (71,58,112). Sum of RGB (Red+Green+Blue) = 71+58+112=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #473A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A70 is #B8C58F. Grayscale: #434343. Windows color (decimal): -12109200 or 7354951. OLE color: 7354951.

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

Color convert

RGB 71 58 112 -
CMYK 0.37 0.48 0 0.56
HSL 254.44º 0.32% 0.33% -
HSV(B) 254.44º 0.48% 0.44% -
XYZ 7.04 5.54 16.03 -
YUV 68.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 71 58 112 0.37 0.48 0 0.56 254.44 0.32 0.33
Hex 47 3A 70 25 30 0 38 FE 20 21
Octal 107 72 160 45 60 0 70 376 40 41
Binary 1000111 111010 1110000 100101 110000 0 111000 11111110 100000 100001

Color Harmonies of #473A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A70

Black with #473A70

Text Example


Text Example

White with #473A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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