Html Css Color HEX #473CCD Free Speech Blue

📋 copy color: '#473CCD'

red 71 ◦ green 60 ◦ blue 205

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

Shades of Free Speech Blue #473CCD

Tints of Free Speech Blue #473CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 21.13%
G = 17.86%
B = 61.01%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#473CCD (or 0x473CCD) is known color: Free Speech Blue. HEX triplet: 47, 3C and CD. RGB value is (71,60,205). Sum of RGB (Red+Green+Blue) = 71+60+205=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #473CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CCD is #B8C332. Grayscale: #4F4F4F. Windows color (decimal): -12108595 or 13450311. OLE color: 13450311.

HSL color Cylindrical-coordinate representation of color #473CCD: hue angle of 244.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473CCD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 60 205 -
CMYK 0.65 0.71 0 0.20
HSL 244.55º 0.59% 0.52% -
HSV(B) 244.55º 0.71% 0.8% -
XYZ 15.23 8.98 58.69 -
YUV 79.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 71 60 205 0.65 0.71 0 0.20 244.55 0.59 0.52
Hex 47 3C CD 41 47 0 14 F5 3B 34
Octal 107 74 315 101 107 0 24 365 73 64
Binary 1000111 111100 11001101 1000001 1000111 0 10100 11110101 111011 110100

Color Harmonies of #473CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CCD

Black with #473CCD

Text Example


Text Example

White with #473CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,205); }

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

background-color css

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

 a { background-color: rgb(71,60,205); }

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

border-color css

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

 span { border-color: rgb(71,60,205); }

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