Html Css Color HEX #4957CE Free Speech Blue

📋 copy color: '#4957CE'

red 73 ◦ green 87 ◦ blue 206

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

Shades of Free Speech Blue #4957CE

Tints of Free Speech Blue #4957CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

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

R = 19.95%
G = 23.77%
B = 56.28%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4957CE (or 0x4957CE) is known color: Free Speech Blue. HEX triplet: 49, 57 and CE. RGB value is (73,87,206). Sum of RGB (Red+Green+Blue) = 73+87+206=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #4957CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4957CE is #B6A831. Grayscale: #5F5F5F. Windows color (decimal): -11970610 or 13522761. OLE color: 13522761.

HSL color Cylindrical-coordinate representation of color #4957CE: hue angle of 233.68º 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 #4957CE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 87 206 -
CMYK 0.65 0.58 0 0.19
HSL 233.68º 0.58% 0.55% -
HSV(B) 233.68º 0.65% 0.81% -
XYZ 17.3 12.69 59.93 -
YUV 96.38 189.86 111.32 -
System Red Green Blue C M Y K H S L
Decimal 73 87 206 0.65 0.58 0 0.19 233.68 0.58 0.55
Hex 49 57 CE 41 3A 0 13 EA 3A 37
Octal 111 127 316 101 72 0 23 352 72 67
Binary 1001001 1010111 11001110 1000001 111010 0 10011 11101010 111010 110111

Color Harmonies of #4957CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957CE

Black with #4957CE

Text Example


Text Example

White with #4957CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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