Html Css Color HEX #473BB4 Rich Blue

📋 copy color: '#473BB4'

red 71 ◦ green 59 ◦ blue 180

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

Shades of Rich Blue #473BB4

Tints of Rich Blue #473BB4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 22.9%
G = 19.03%
B = 58.06%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#473BB4 (or 0x473BB4) is known color: Rich Blue. HEX triplet: 47, 3B and B4. RGB value is (71,59,180). Sum of RGB (Red+Green+Blue) = 71+59+180=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #473BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BB4 is #B8C44B. Grayscale: #4B4B4B. Windows color (decimal): -12108876 or 11811655. OLE color: 11811655.

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

Color convert

RGB 71 59 180 -
CMYK 0.61 0.67 0 0.29
HSL 245.95º 0.51% 0.47% -
HSV(B) 245.95º 0.67% 0.71% -
XYZ 12.4 7.76 44.02 -
YUV 76.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 71 59 180 0.61 0.67 0 0.29 245.95 0.51 0.47
Hex 47 3B B4 3D 43 0 1D F6 33 2F
Octal 107 73 264 75 103 0 35 366 63 57
Binary 1000111 111011 10110100 111101 1000011 0 11101 11110110 110011 101111

Color Harmonies of #473BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BB4

Black with #473BB4

Text Example


Text Example

White with #473BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,180); }

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

background-color css

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

 a { background-color: rgb(71,59,180); }

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

border-color css

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

 span { border-color: rgb(71,59,180); }

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