Html Css Color HEX #4F40C4 Free Speech Blue

📋 copy color: '#4F40C4'

red 79 ◦ green 64 ◦ blue 196

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

Shades of Free Speech Blue #4F40C4

Tints of Free Speech Blue #4F40C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 196 (76.95% from 255) = 57.82%

R = 23.3%
G = 18.88%
B = 57.82%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4F40C4 (or 0x4F40C4) is known color: Free Speech Blue. HEX triplet: 4F, 40 and C4. RGB value is (79,64,196). Sum of RGB (Red+Green+Blue) = 79+64+196=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F40C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40C4 is #B0BF3B. Grayscale: #535353. Windows color (decimal): -11583292 or 12861519. OLE color: 12861519.

HSL color Cylindrical-coordinate representation of color #4F40C4: hue angle of 246.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F40C4 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 64 196 -
CMYK 0.60 0.67 0 0.23
HSL 246.82º 0.53% 0.51% -
HSV(B) 246.82º 0.67% 0.77% -
XYZ 15.02 9.31 53.23 -
YUV 83.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 79 64 196 0.60 0.67 0 0.23 246.82 0.53 0.51
Hex 4F 40 C4 3C 43 0 17 F7 35 33
Octal 117 100 304 74 103 0 27 367 65 63
Binary 1001111 1000000 11000100 111100 1000011 0 10111 11110111 110101 110011

Color Harmonies of #4F40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F40C4

Black with #4F40C4

Text Example


Text Example

White with #4F40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,196); }

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

background-color css

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

 a { background-color: rgb(79,64,196); }

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

border-color css

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

 span { border-color: rgb(79,64,196); }

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