Html Css Color HEX #473BD2 Free Speech Blue

📋 copy color: '#473BD2'

red 71 ◦ green 59 ◦ blue 210

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

Shades of Free Speech Blue #473BD2

Tints of Free Speech Blue #473BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.76%

R = 20.88%
G = 17.35%
B = 61.76%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#473BD2 (or 0x473BD2) is known color: Free Speech Blue. HEX triplet: 47, 3B and D2. RGB value is (71,59,210). Sum of RGB (Red+Green+Blue) = 71+59+210=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #473BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BD2 is #B8C42D. Grayscale: #4F4F4F. Windows color (decimal): -12108846 or 13777735. OLE color: 13777735.

HSL color Cylindrical-coordinate representation of color #473BD2: hue angle of 244.77º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473BD2 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 59 210 -
CMYK 0.66 0.72 0 0.18
HSL 244.77º 0.63% 0.53% -
HSV(B) 244.77º 0.72% 0.82% -
XYZ 15.8 9.12 61.9 -
YUV 79.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 71 59 210 0.66 0.72 0 0.18 244.77 0.63 0.53
Hex 47 3B D2 42 48 0 12 F5 3F 35
Octal 107 73 322 102 110 0 22 365 77 65
Binary 1000111 111011 11010010 1000010 1001000 0 10010 11110101 111111 110101

Color Harmonies of #473BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BD2

Black with #473BD2

Text Example


Text Example

White with #473BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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