Html Css Color HEX #473DB1 Rich Blue

📋 copy color: '#473DB1'

red 71 ◦ green 61 ◦ blue 177

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

Shades of Rich Blue #473DB1

Tints of Rich Blue #473DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 57.28%

R = 22.98%
G = 19.74%
B = 57.28%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473DB1 (or 0x473DB1) is known color: Rich Blue. HEX triplet: 47, 3D and B1. RGB value is (71,61,177). Sum of RGB (Red+Green+Blue) = 71+61+177=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #473DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DB1 is #B8C24E. Grayscale: #4C4C4C. Windows color (decimal): -12108367 or 11615559. OLE color: 11615559.

HSL color Cylindrical-coordinate representation of color #473DB1: hue angle of 245.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473DB1 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 61 177 -
CMYK 0.60 0.66 0 0.31
HSL 245.17º 0.49% 0.47% -
HSV(B) 245.17º 0.66% 0.69% -
XYZ 12.2 7.85 42.47 -
YUV 77.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 71 61 177 0.60 0.66 0 0.31 245.17 0.49 0.47
Hex 47 3D B1 3C 42 0 1F F5 31 2F
Octal 107 75 261 74 102 0 37 365 61 57
Binary 1000111 111101 10110001 111100 1000010 0 11111 11110101 110001 101111

Color Harmonies of #473DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DB1

Black with #473DB1

Text Example


Text Example

White with #473DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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