Html Css Color HEX #473ACD Free Speech Blue

📋 copy color: '#473ACD'

red 71 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #473ACD

Tints of Free Speech Blue #473ACD

RGB

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

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

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

R = 21.26%
G = 17.37%
B = 61.38%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#473ACD (or 0x473ACD) is known color: Free Speech Blue. HEX triplet: 47, 3A and CD. RGB value is (71,58,205). Sum of RGB (Red+Green+Blue) = 71+58+205=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #473ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ACD is #B8C532. Grayscale: #4E4E4E. Windows color (decimal): -12109107 or 13449799. OLE color: 13449799.

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

Color convert

RGB 71 58 205 -
CMYK 0.65 0.72 0 0.20
HSL 245.31º 0.6% 0.52% -
HSV(B) 245.31º 0.72% 0.8% -
XYZ 15.13 8.77 58.65 -
YUV 78.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 71 58 205 0.65 0.72 0 0.20 245.31 0.6 0.52
Hex 47 3A CD 41 48 0 14 F5 3C 34
Octal 107 72 315 101 110 0 24 365 74 64
Binary 1000111 111010 11001101 1000001 1001000 0 10100 11110101 111100 110100

Color Harmonies of #473ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ACD

Black with #473ACD

Text Example


Text Example

White with #473ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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