Html Css Color HEX #473ADB Free Speech Blue

📋 copy color: '#473ADB'

red 71 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Blue #473ADB

Tints of Free Speech Blue #473ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 20.4%
G = 16.67%
B = 62.93%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#473ADB (or 0x473ADB) is known color: Free Speech Blue. HEX triplet: 47, 3A and DB. RGB value is (71,58,219). Sum of RGB (Red+Green+Blue) = 71+58+219=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #473ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADB is #B8C524. Grayscale: #4F4F4F. Windows color (decimal): -12109093 or 14367303. OLE color: 14367303.

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

Color convert

RGB 71 58 219 -
CMYK 0.68 0.74 0 0.14
HSL 244.84º 0.69% 0.54% -
HSV(B) 244.84º 0.74% 0.86% -
XYZ 16.9 9.48 67.96 -
YUV 80.24 206.31 121.41 -
System Red Green Blue C M Y K H S L
Decimal 71 58 219 0.68 0.74 0 0.14 244.84 0.69 0.54
Hex 47 3A DB 44 4A 0 E F5 45 36
Octal 107 72 333 104 112 0 16 365 105 66
Binary 1000111 111010 11011011 1000100 1001010 0 1110 11110101 1000101 110110

Color Harmonies of #473ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ADB

Black with #473ADB

Text Example


Text Example

White with #473ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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