Html Css Color HEX #473BCD Free Speech Blue

📋 copy color: '#473BCD'

red 71 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #473BCD

Tints of Free Speech Blue #473BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

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

R = 21.19%
G = 17.61%
B = 61.19%

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

#473BCD (or 0x473BCD) is known color: Free Speech Blue. HEX triplet: 47, 3B and CD. RGB value is (71,59,205). Sum of RGB (Red+Green+Blue) = 71+59+205=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #473BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BCD is #B8C432. Grayscale: #4E4E4E. Windows color (decimal): -12108851 or 13450055. OLE color: 13450055.

HSL color Cylindrical-coordinate representation of color #473BCD: hue angle of 244.93º 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 #473BCD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 59 205 -
CMYK 0.65 0.71 0 0.20
HSL 244.93º 0.59% 0.52% -
HSV(B) 244.93º 0.71% 0.8% -
XYZ 15.18 8.88 58.67 -
YUV 79.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 71 59 205 0.65 0.71 0 0.20 244.93 0.59 0.52
Hex 47 3B CD 41 47 0 14 F5 3B 34
Octal 107 73 315 101 107 0 24 365 73 64
Binary 1000111 111011 11001101 1000001 1000111 0 10100 11110101 111011 110100

Color Harmonies of #473BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BCD

Black with #473BCD

Text Example


Text Example

White with #473BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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