Html Css Color HEX #4D49CF Free Speech Blue

📋 copy color: '#4D49CF'

red 77 ◦ green 73 ◦ blue 207

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

Shades of Free Speech Blue #4D49CF

Tints of Free Speech Blue #4D49CF

RGB

 RED value IS 77 (30.47% from 255) = 21.57%

 GREEN value IS 73 (28.91% from 255) = 20.45%

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

R = 21.57%
G = 20.45%
B = 57.98%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D49CF (or 0x4D49CF) is known color: Free Speech Blue. HEX triplet: 4D, 49 and CF. RGB value is (77,73,207). Sum of RGB (Red+Green+Blue) = 77+73+207=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49CF is #B2B630. Grayscale: #585858. Windows color (decimal): -11712049 or 13584717. OLE color: 13584717.

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

Color convert

RGB 77 73 207 -
CMYK 0.63 0.65 0 0.19
HSL 241.79º 0.58% 0.55% -
HSV(B) 241.79º 0.65% 0.81% -
XYZ 16.71 10.85 60.24 -
YUV 89.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 77 73 207 0.63 0.65 0 0.19 241.79 0.58 0.55
Hex 4D 49 CF 3F 41 0 13 F2 3A 37
Octal 115 111 317 77 101 0 23 362 72 67
Binary 1001101 1001001 11001111 111111 1000001 0 10011 11110010 111010 110111

Color Harmonies of #4D49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49CF

Black with #4D49CF

Text Example


Text Example

White with #4D49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D49CF; }

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

 H1.HeaderClassName
 {
   color: #4D49CF;
 }
 .AnyTagClassName
 {
   color: #4D49CF;
 }
</style>

background-color css

<style>
 a { background-color: #4D49CF; }

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

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

border-color css

<style>
 span { border-color: #4D49CF; }

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

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