Html Css Color HEX #473EDC Free Speech Blue

📋 copy color: '#473EDC'

red 71 ◦ green 62 ◦ blue 220

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

Shades of Free Speech Blue #473EDC

Tints of Free Speech Blue #473EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 20.11%
G = 17.56%
B = 62.32%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#473EDC (or 0x473EDC) is known color: Free Speech Blue. HEX triplet: 47, 3E and DC. RGB value is (71,62,220). Sum of RGB (Red+Green+Blue) = 71+62+220=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #473EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EDC is #B8C123. Grayscale: #525252. Windows color (decimal): -12108068 or 14433863. OLE color: 14433863.

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

Color convert

RGB 71 62 220 -
CMYK 0.68 0.72 0 0.14
HSL 243.42º 0.69% 0.55% -
HSV(B) 243.42º 0.72% 0.86% -
XYZ 17.24 9.95 68.72 -
YUV 82.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 71 62 220 0.68 0.72 0 0.14 243.42 0.69 0.55
Hex 47 3E DC 44 48 0 E F3 45 37
Octal 107 76 334 104 110 0 16 363 105 67
Binary 1000111 111110 11011100 1000100 1001000 0 1110 11110011 1000101 110111

Color Harmonies of #473EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EDC

Black with #473EDC

Text Example


Text Example

White with #473EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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