Html Css Color HEX #4957CF Free Speech Blue

📋 copy color: '#4957CF'

red 73 ◦ green 87 ◦ blue 207

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

Shades of Free Speech Blue #4957CF

Tints of Free Speech Blue #4957CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 19.89%
G = 23.71%
B = 56.4%

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

#4957CF (or 0x4957CF) is known color: Free Speech Blue. HEX triplet: 49, 57 and CF. RGB value is (73,87,207). Sum of RGB (Red+Green+Blue) = 73+87+207=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #4957CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4957CF is #B6A830. Grayscale: #5F5F5F. Windows color (decimal): -11970609 or 13588297. OLE color: 13588297.

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

Color convert

RGB 73 87 207 -
CMYK 0.65 0.58 0 0.19
HSL 233.73º 0.58% 0.55% -
HSV(B) 233.73º 0.65% 0.81% -
XYZ 17.42 12.74 60.57 -
YUV 96.49 190.36 111.24 -
System Red Green Blue C M Y K H S L
Decimal 73 87 207 0.65 0.58 0 0.19 233.73 0.58 0.55
Hex 49 57 CF 41 3A 0 13 EA 3A 37
Octal 111 127 317 101 72 0 23 352 72 67
Binary 1001001 1010111 11001111 1000001 111010 0 10011 11101010 111010 110111

Color Harmonies of #4957CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957CF

Black with #4957CF

Text Example


Text Example

White with #4957CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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