Html Css Color HEX #473AB7 Rich Blue

📋 copy color: '#473AB7'

red 71 ◦ green 58 ◦ blue 183

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

Shades of Rich Blue #473AB7

Tints of Rich Blue #473AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.65%

R = 22.76%
G = 18.59%
B = 58.65%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#473AB7 (or 0x473AB7) is known color: Rich Blue. HEX triplet: 47, 3A and B7. RGB value is (71,58,183). Sum of RGB (Red+Green+Blue) = 71+58+183=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #473AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AB7 is #B8C548. Grayscale: #4B4B4B. Windows color (decimal): -12109129 or 12008007. OLE color: 12008007.

HSL color Cylindrical-coordinate representation of color #473AB7: hue angle of 246.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473AB7 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 58 183 -
CMYK 0.61 0.68 0 0.28
HSL 246.24º 0.52% 0.47% -
HSV(B) 246.24º 0.68% 0.72% -
XYZ 12.66 7.78 45.64 -
YUV 76.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 71 58 183 0.61 0.68 0 0.28 246.24 0.52 0.47
Hex 47 3A B7 3D 44 0 1C F6 34 2F
Octal 107 72 267 75 104 0 34 366 64 57
Binary 1000111 111010 10110111 111101 1000100 0 11100 11110110 110100 101111

Color Harmonies of #473AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AB7

Black with #473AB7

Text Example


Text Example

White with #473AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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