Html Css Color HEX #4953CE Free Speech Blue

📋 copy color: '#4953CE'

red 73 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Blue #4953CE

Tints of Free Speech Blue #4953CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 20.17%
G = 22.93%
B = 56.91%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4953CE (or 0x4953CE) is known color: Free Speech Blue. HEX triplet: 49, 53 and CE. RGB value is (73,83,206). Sum of RGB (Red+Green+Blue) = 73+83+206=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #4953CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953CE is #B6AC31. Grayscale: #5D5D5D. Windows color (decimal): -11971634 or 13521737. OLE color: 13521737.

HSL color Cylindrical-coordinate representation of color #4953CE: hue angle of 235.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4953CE is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 83 206 -
CMYK 0.65 0.60 0 0.19
HSL 235.49º 0.58% 0.55% -
HSV(B) 235.49º 0.65% 0.81% -
XYZ 16.98 12.06 59.83 -
YUV 94.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 73 83 206 0.65 0.60 0 0.19 235.49 0.58 0.55
Hex 49 53 CE 41 3C 0 13 EB 3A 37
Octal 111 123 316 101 74 0 23 353 72 67
Binary 1001001 1010011 11001110 1000001 111100 0 10011 11101011 111010 110111

Color Harmonies of #4953CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953CE

Black with #4953CE

Text Example


Text Example

White with #4953CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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