Html Css Color HEX #4957CB Free Speech Blue

📋 copy color: '#4957CB'

red 73 ◦ green 87 ◦ blue 203

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

Shades of Free Speech Blue #4957CB

Tints of Free Speech Blue #4957CB

RGB

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

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

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

R = 20.11%
G = 23.97%
B = 55.92%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4957CB (or 0x4957CB) is known color: Free Speech Blue. HEX triplet: 49, 57 and CB. RGB value is (73,87,203). Sum of RGB (Red+Green+Blue) = 73+87+203=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #4957CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4957CB is #B6A834. Grayscale: #5F5F5F. Windows color (decimal): -11970613 or 13326153. OLE color: 13326153.

HSL color Cylindrical-coordinate representation of color #4957CB: hue angle of 233.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4957CB is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 87 203 -
CMYK 0.64 0.57 0 0.20
HSL 233.54º 0.56% 0.54% -
HSV(B) 233.54º 0.64% 0.8% -
XYZ 16.94 12.54 58.03 -
YUV 96.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 73 87 203 0.64 0.57 0 0.20 233.54 0.56 0.54
Hex 49 57 CB 40 39 0 14 EA 38 36
Octal 111 127 313 100 71 0 24 352 70 66
Binary 1001001 1010111 11001011 1000000 111001 0 10100 11101010 111000 110110

Color Harmonies of #4957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957CB

Black with #4957CB

Text Example


Text Example

White with #4957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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