Html Css Color HEX #473FDC Free Speech Blue

📋 copy color: '#473FDC'

red 71 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #473FDC

Tints of Free Speech Blue #473FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 20.06%
G = 17.8%
B = 62.15%

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

#473FDC (or 0x473FDC) is known color: Free Speech Blue. HEX triplet: 47, 3F and DC. RGB value is (71,63,220). Sum of RGB (Red+Green+Blue) = 71+63+220=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #473FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDC is #B8C023. Grayscale: #525252. Windows color (decimal): -12107812 or 14434119. OLE color: 14434119.

HSL color Cylindrical-coordinate representation of color #473FDC: hue angle of 243.06º degrees, saturation: 0.69, 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 #473FDC is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 63 220 -
CMYK 0.68 0.71 0 0.14
HSL 243.06º 0.69% 0.55% -
HSV(B) 243.06º 0.71% 0.86% -
XYZ 17.29 10.06 68.74 -
YUV 83.29 205.15 119.23 -
System Red Green Blue C M Y K H S L
Decimal 71 63 220 0.68 0.71 0 0.14 243.06 0.69 0.55
Hex 47 3F DC 44 47 0 E F3 45 37
Octal 107 77 334 104 107 0 16 363 105 67
Binary 1000111 111111 11011100 1000100 1000111 0 1110 11110011 1000101 110111

Color Harmonies of #473FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FDC

Black with #473FDC

Text Example


Text Example

White with #473FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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