Html Css Color HEX #473FB8 Free Speech Blue

📋 copy color: '#473FB8'

red 71 ◦ green 63 ◦ blue 184

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

Shades of Free Speech Blue #473FB8

Tints of Free Speech Blue #473FB8

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

 BLUE value IS 184 (72.27% from 255) = 57.86%

R = 22.33%
G = 19.81%
B = 57.86%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#473FB8 (or 0x473FB8) is known color: Free Speech Blue. HEX triplet: 47, 3F and B8. RGB value is (71,63,184). Sum of RGB (Red+Green+Blue) = 71+63+184=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #473FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FB8 is #B8C047. Grayscale: #4E4E4E. Windows color (decimal): -12107848 or 12074823. OLE color: 12074823.

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

Color convert

RGB 71 63 184 -
CMYK 0.61 0.66 0 0.28
HSL 243.97º 0.49% 0.48% -
HSV(B) 243.97º 0.66% 0.72% -
XYZ 13.03 8.36 46.27 -
YUV 79.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 71 63 184 0.61 0.66 0 0.28 243.97 0.49 0.48
Hex 47 3F B8 3D 42 0 1C F4 31 30
Octal 107 77 270 75 102 0 34 364 61 60
Binary 1000111 111111 10111000 111101 1000010 0 11100 11110100 110001 110000

Color Harmonies of #473FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FB8

Black with #473FB8

Text Example


Text Example

White with #473FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,184); }

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

background-color css

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

 a { background-color: rgb(71,63,184); }

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

border-color css

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

 span { border-color: rgb(71,63,184); }

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