Html Css Color HEX #473FDB Free Speech Blue

📋 copy color: '#473FDB'

red 71 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #473FDB

Tints of Free Speech Blue #473FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 20.11%
G = 17.85%
B = 62.04%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#473FDB (or 0x473FDB) is known color: Free Speech Blue. HEX triplet: 47, 3F and DB. RGB value is (71,63,219). Sum of RGB (Red+Green+Blue) = 71+63+219=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #473FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDB is #B8C024. Grayscale: #525252. Windows color (decimal): -12107813 or 14368583. OLE color: 14368583.

HSL color Cylindrical-coordinate representation of color #473FDB: hue angle of 243.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473FDB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 63 219 -
CMYK 0.68 0.71 0 0.14
HSL 243.08º 0.68% 0.55% -
HSV(B) 243.08º 0.71% 0.86% -
XYZ 17.16 10.01 68.05 -
YUV 83.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 71 63 219 0.68 0.71 0 0.14 243.08 0.68 0.55
Hex 47 3F DB 44 47 0 E F3 44 37
Octal 107 77 333 104 107 0 16 363 104 67
Binary 1000111 111111 11011011 1000100 1000111 0 1110 11110011 1000100 110111

Color Harmonies of #473FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FDB

Black with #473FDB

Text Example


Text Example

White with #473FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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