Html Css Color HEX #4F4ACE Free Speech Blue

📋 copy color: '#4F4ACE'

red 79 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #4F4ACE

Tints of Free Speech Blue #4F4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 22.01%
G = 20.61%
B = 57.38%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F4ACE (or 0x4F4ACE) is known color: Free Speech Blue. HEX triplet: 4F, 4A and CE. RGB value is (79,74,206). Sum of RGB (Red+Green+Blue) = 79+74+206=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4ACE is #B0B531. Grayscale: #5A5A5A. Windows color (decimal): -11580722 or 13519439. OLE color: 13519439.

HSL color Cylindrical-coordinate representation of color #4F4ACE: hue angle of 242.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F4ACE is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 74 206 -
CMYK 0.62 0.64 0 0.19
HSL 242.27º 0.57% 0.55% -
HSV(B) 242.27º 0.64% 0.81% -
XYZ 16.81 11.02 59.63 -
YUV 90.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 79 74 206 0.62 0.64 0 0.19 242.27 0.57 0.55
Hex 4F 4A CE 3E 40 0 13 F2 39 37
Octal 117 112 316 76 100 0 23 362 71 67
Binary 1001111 1001010 11001110 111110 1000000 0 10011 11110010 111001 110111

Color Harmonies of #4F4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4ACE

Black with #4F4ACE

Text Example


Text Example

White with #4F4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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