Html Css Color HEX #4F4DCD Free Speech Blue

📋 copy color: '#4F4DCD'

red 79 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #4F4DCD

Tints of Free Speech Blue #4F4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

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

R = 21.88%
G = 21.33%
B = 56.79%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F4DCD (or 0x4F4DCD) is known color: Free Speech Blue. HEX triplet: 4F, 4D and CD. RGB value is (79,77,205). Sum of RGB (Red+Green+Blue) = 79+77+205=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DCD is #B0B232. Grayscale: #5B5B5B. Windows color (decimal): -11579955 or 13454671. OLE color: 13454671.

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

Color convert

RGB 79 77 205 -
CMYK 0.61 0.62 0 0.20
HSL 240.94º 0.56% 0.55% -
HSV(B) 240.94º 0.62% 0.8% -
XYZ 16.9 11.38 59.06 -
YUV 92.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 79 77 205 0.61 0.62 0 0.20 240.94 0.56 0.55
Hex 4F 4D CD 3D 3E 0 14 F1 38 37
Octal 117 115 315 75 76 0 24 361 70 67
Binary 1001111 1001101 11001101 111101 111110 0 10100 11110001 111000 110111

Color Harmonies of #4F4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DCD

Black with #4F4DCD

Text Example


Text Example

White with #4F4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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