Html Css Color HEX #473AB6 Rich Blue

📋 copy color: '#473AB6'

red 71 ◦ green 58 ◦ blue 182

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

Shades of Rich Blue #473AB6

Tints of Rich Blue #473AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 22.83%
G = 18.65%
B = 58.52%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#473AB6 (or 0x473AB6) is known color: Rich Blue. HEX triplet: 47, 3A and B6. RGB value is (71,58,182). Sum of RGB (Red+Green+Blue) = 71+58+182=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #473AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AB6 is #B8C549. Grayscale: #4B4B4B. Windows color (decimal): -12109130 or 11942471. OLE color: 11942471.

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

Color convert

RGB 71 58 182 -
CMYK 0.61 0.68 0 0.29
HSL 246.29º 0.52% 0.47% -
HSV(B) 246.29º 0.68% 0.71% -
XYZ 12.56 7.74 45.09 -
YUV 76.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 71 58 182 0.61 0.68 0 0.29 246.29 0.52 0.47
Hex 47 3A B6 3D 44 0 1D F6 34 2F
Octal 107 72 266 75 104 0 35 366 64 57
Binary 1000111 111010 10110110 111101 1000100 0 11101 11110110 110100 101111

Color Harmonies of #473AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AB6

Black with #473AB6

Text Example


Text Example

White with #473AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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