Html Css Color HEX #473B66 Meteorite

📋 copy color: '#473B66'

red 71 ◦ green 59 ◦ blue 102

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

Shades of Meteorite #473B66

Tints of Meteorite #473B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 30.6%
G = 25.43%
B = 43.97%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#473B66 (or 0x473B66) is known color: Meteorite. HEX triplet: 47, 3B and 66. RGB value is (71,59,102). Sum of RGB (Red+Green+Blue) = 71+59+102=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #473B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B66 is #B8C499. Grayscale: #434343. Windows color (decimal): -12108954 or 6699847. OLE color: 6699847.

HSL color Cylindrical-coordinate representation of color #473B66: hue angle of 256.74º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473B66 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 59 102 -
CMYK 0.30 0.42 0 0.6
HSL 256.74º 0.27% 0.32% -
HSV(B) 256.74º 0.42% 0.4% -
XYZ 6.56 5.43 13.27 -
YUV 67.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 71 59 102 0.30 0.42 0 0.6 256.74 0.27 0.32
Hex 47 3B 66 1E 2A 0 3C 101 1B 20
Octal 107 73 146 36 52 0 74 401 33 40
Binary 1000111 111011 1100110 11110 101010 0 111100 100000001 11011 100000

Color Harmonies of #473B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B66

Black with #473B66

Text Example


Text Example

White with #473B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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