Html Css Color HEX #4F4ACD Free Speech Blue

📋 copy color: '#4F4ACD'

red 79 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #4F4ACD

Tints of Free Speech Blue #4F4ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 22.07%
G = 20.67%
B = 57.26%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F4ACD (or 0x4F4ACD) is known color: Free Speech Blue. HEX triplet: 4F, 4A and CD. RGB value is (79,74,205). Sum of RGB (Red+Green+Blue) = 79+74+205=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F4ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4ACD is #B0B532. Grayscale: #595959. Windows color (decimal): -11580723 or 13453903. OLE color: 13453903.

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

Color convert

RGB 79 74 205 -
CMYK 0.61 0.64 0 0.20
HSL 242.29º 0.57% 0.55% -
HSV(B) 242.29º 0.64% 0.8% -
XYZ 16.69 10.97 58.99 -
YUV 90.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 79 74 205 0.61 0.64 0 0.20 242.29 0.57 0.55
Hex 4F 4A CD 3D 40 0 14 F2 39 37
Octal 117 112 315 75 100 0 24 362 71 67
Binary 1001111 1001010 11001101 111101 1000000 0 10100 11110010 111001 110111

Color Harmonies of #4F4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4ACD

Black with #4F4ACD

Text Example


Text Example

White with #4F4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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