Html Css Color HEX #4F49CA Free Speech Blue

📋 copy color: '#4F49CA'

red 79 ◦ green 73 ◦ blue 202

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

Shades of Free Speech Blue #4F49CA

Tints of Free Speech Blue #4F49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 22.32%
G = 20.62%
B = 57.06%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F49CA (or 0x4F49CA) is known color: Free Speech Blue. HEX triplet: 4F, 49 and CA. RGB value is (79,73,202). Sum of RGB (Red+Green+Blue) = 79+73+202=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49CA is #B0B635. Grayscale: #585858. Windows color (decimal): -11580982 or 13257039. OLE color: 13257039.

HSL color Cylindrical-coordinate representation of color #4F49CA: hue angle of 242.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F49CA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 73 202 -
CMYK 0.61 0.64 0 0.21
HSL 242.79º 0.55% 0.54% -
HSV(B) 242.79º 0.64% 0.79% -
XYZ 16.27 10.69 57.08 -
YUV 89.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 79 73 202 0.61 0.64 0 0.21 242.79 0.55 0.54
Hex 4F 49 CA 3D 40 0 15 F3 37 36
Octal 117 111 312 75 100 0 25 363 67 66
Binary 1001111 1001001 11001010 111101 1000000 0 10101 11110011 110111 110110

Color Harmonies of #4F49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F49CA

Black with #4F49CA

Text Example


Text Example

White with #4F49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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