Html Css Color HEX #473BC8 Free Speech Blue

📋 copy color: '#473BC8'

red 71 ◦ green 59 ◦ blue 200

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

Shades of Free Speech Blue #473BC8

Tints of Free Speech Blue #473BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.61%

R = 21.52%
G = 17.88%
B = 60.61%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#473BC8 (or 0x473BC8) is known color: Free Speech Blue. HEX triplet: 47, 3B and C8. RGB value is (71,59,200). Sum of RGB (Red+Green+Blue) = 71+59+200=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #473BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC8 is #B8C437. Grayscale: #4E4E4E. Windows color (decimal): -12108856 or 13122375. OLE color: 13122375.

HSL color Cylindrical-coordinate representation of color #473BC8: hue angle of 245.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473BC8 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 59 200 -
CMYK 0.64 0.70 0 0.22
HSL 245.11º 0.56% 0.51% -
HSV(B) 245.11º 0.71% 0.78% -
XYZ 14.59 8.64 55.54 -
YUV 78.66 196.48 122.54 -
System Red Green Blue C M Y K H S L
Decimal 71 59 200 0.64 0.70 0 0.22 245.11 0.56 0.51
Hex 47 3B C8 40 46 0 16 F5 38 33
Octal 107 73 310 100 106 0 26 365 70 63
Binary 1000111 111011 11001000 1000000 1000110 0 10110 11110101 111000 110011

Color Harmonies of #473BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BC8

Black with #473BC8

Text Example


Text Example

White with #473BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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