Html Css Color HEX #473BCB Free Speech Blue

📋 copy color: '#473BCB'

red 71 ◦ green 59 ◦ blue 203

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

Shades of Free Speech Blue #473BCB

Tints of Free Speech Blue #473BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 21.32%
G = 17.72%
B = 60.96%

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

#473BCB (or 0x473BCB) is known color: Free Speech Blue. HEX triplet: 47, 3B and CB. RGB value is (71,59,203). Sum of RGB (Red+Green+Blue) = 71+59+203=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #473BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BCB is #B8C434. Grayscale: #4E4E4E. Windows color (decimal): -12108853 or 13318983. OLE color: 13318983.

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

Color convert

RGB 71 59 203 -
CMYK 0.65 0.71 0 0.20
HSL 245º 0.58% 0.51% -
HSV(B) 245º 0.71% 0.8% -
XYZ 14.94 8.78 57.41 -
YUV 79 197.98 122.29 -
System Red Green Blue C M Y K H S L
Decimal 71 59 203 0.65 0.71 0 0.20 245 0.58 0.51
Hex 47 3B CB 41 47 0 14 F5 3A 33
Octal 107 73 313 101 107 0 24 365 72 63
Binary 1000111 111011 11001011 1000001 1000111 0 10100 11110101 111010 110011

Color Harmonies of #473BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BCB

Black with #473BCB

Text Example


Text Example

White with #473BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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