Html Css Color HEX #4953CA Free Speech Blue

📋 copy color: '#4953CA'

red 73 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Blue #4953CA

Tints of Free Speech Blue #4953CA

RGB

 RED value IS 73 (28.91% from 255) = 20.39%

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 20.39%
G = 23.18%
B = 56.42%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4953CA (or 0x4953CA) is known color: Free Speech Blue. HEX triplet: 49, 53 and CA. RGB value is (73,83,202). Sum of RGB (Red+Green+Blue) = 73+83+202=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4953CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953CA is #B6AC35. Grayscale: #5D5D5D. Windows color (decimal): -11971638 or 13259593. OLE color: 13259593.

HSL color Cylindrical-coordinate representation of color #4953CA: hue angle of 235.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4953CA is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 83 202 -
CMYK 0.64 0.59 0 0.21
HSL 235.35º 0.55% 0.54% -
HSV(B) 235.35º 0.64% 0.79% -
XYZ 16.5 11.87 57.3 -
YUV 93.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 73 83 202 0.64 0.59 0 0.21 235.35 0.55 0.54
Hex 49 53 CA 40 3B 0 15 EB 37 36
Octal 111 123 312 100 73 0 25 353 67 66
Binary 1001001 1010011 11001010 1000000 111011 0 10101 11101011 110111 110110

Color Harmonies of #4953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953CA

Black with #4953CA

Text Example


Text Example

White with #4953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4953CA; }

 p { color: rgb(73,83,202); }

 H1.HeaderClassName
 {
   color: #4953CA;
 }
 .AnyTagClassName
 {
   color: #4953CA;
 }
</style>

background-color css

<style>
 a { background-color: #4953CA; }

 a { background-color: rgb(73,83,202); }

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

border-color css

<style>
 span { border-color: #4953CA; }

 span { border-color: rgb(73,83,202); }

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