Html Css Color HEX #473D74 Meteorite

📋 copy color: '#473D74'

red 71 ◦ green 61 ◦ blue 116

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

Shades of Meteorite #473D74

Tints of Meteorite #473D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 28.63%
G = 24.6%
B = 46.77%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473D74 (or 0x473D74) is known color: Meteorite. HEX triplet: 47, 3D and 74. RGB value is (71,61,116). Sum of RGB (Red+Green+Blue) = 71+61+116=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #473D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D74 is #B8C28B. Grayscale: #464646. Windows color (decimal): -12108428 or 7617863. OLE color: 7617863.

HSL color Cylindrical-coordinate representation of color #473D74: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473D74 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 61 116 -
CMYK 0.39 0.47 0 0.55
HSL 250.91º 0.31% 0.35% -
HSV(B) 250.91º 0.47% 0.45% -
XYZ 7.42 5.94 17.28 -
YUV 70.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 71 61 116 0.39 0.47 0 0.55 250.91 0.31 0.35
Hex 47 3D 74 27 2F 0 37 FB 1F 23
Octal 107 75 164 47 57 0 67 373 37 43
Binary 1000111 111101 1110100 100111 101111 0 110111 11111011 11111 100011

Color Harmonies of #473D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D74

Black with #473D74

Text Example


Text Example

White with #473D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,116); }

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

background-color css

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

 a { background-color: rgb(71,61,116); }

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

border-color css

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

 span { border-color: rgb(71,61,116); }

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