Html Css Color HEX #4F49CE Free Speech Blue

📋 copy color: '#4F49CE'

red 79 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #4F49CE

Tints of Free Speech Blue #4F49CE

RGB

 RED value IS 79 (31.25% from 255) = 22.07%

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

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

R = 22.07%
G = 20.39%
B = 57.54%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F49CE (or 0x4F49CE) is known color: Free Speech Blue. HEX triplet: 4F, 49 and CE. RGB value is (79,73,206). Sum of RGB (Red+Green+Blue) = 79+73+206=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F49CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49CE is #B0B631. Grayscale: #595959. Windows color (decimal): -11580978 or 13519183. OLE color: 13519183.

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

Color convert

RGB 79 73 206 -
CMYK 0.62 0.65 0 0.19
HSL 242.71º 0.58% 0.55% -
HSV(B) 242.71º 0.65% 0.81% -
XYZ 16.75 10.88 59.61 -
YUV 89.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 79 73 206 0.62 0.65 0 0.19 242.71 0.58 0.55
Hex 4F 49 CE 3E 41 0 13 F3 3A 37
Octal 117 111 316 76 101 0 23 363 72 67
Binary 1001111 1001001 11001110 111110 1000001 0 10011 11110011 111010 110111

Color Harmonies of #4F49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F49CE

Black with #4F49CE

Text Example


Text Example

White with #4F49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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