Html Css Color HEX #473EAE Rich Blue

📋 copy color: '#473EAE'

red 71 ◦ green 62 ◦ blue 174

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

Shades of Rich Blue #473EAE

Tints of Rich Blue #473EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 23.13%
G = 20.2%
B = 56.68%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#473EAE (or 0x473EAE) is known color: Rich Blue. HEX triplet: 47, 3E and AE. RGB value is (71,62,174). Sum of RGB (Red+Green+Blue) = 71+62+174=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #473EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EAE is #B8C151. Grayscale: #4D4D4D. Windows color (decimal): -12108114 or 11419207. OLE color: 11419207.

HSL color Cylindrical-coordinate representation of color #473EAE: hue angle of 244.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473EAE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 62 174 -
CMYK 0.59 0.64 0 0.32
HSL 244.82º 0.47% 0.46% -
HSV(B) 244.82º 0.64% 0.68% -
XYZ 11.96 7.84 40.93 -
YUV 77.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 71 62 174 0.59 0.64 0 0.32 244.82 0.47 0.46
Hex 47 3E AE 3B 40 0 20 F5 2F 2E
Octal 107 76 256 73 100 0 40 365 57 56
Binary 1000111 111110 10101110 111011 1000000 0 100000 11110101 101111 101110

Color Harmonies of #473EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EAE

Black with #473EAE

Text Example


Text Example

White with #473EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,62,174); }

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

background-color css

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

 a { background-color: rgb(71,62,174); }

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

border-color css

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

 span { border-color: rgb(71,62,174); }

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