Html Css Color HEX #4F54DD Free Speech Blue

📋 copy color: '#4F54DD'

red 79 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Blue #4F54DD

Tints of Free Speech Blue #4F54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 20.57%
G = 21.88%
B = 57.55%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F54DD (or 0x4F54DD) is known color: Free Speech Blue. HEX triplet: 4F, 54 and DD. RGB value is (79,84,221). Sum of RGB (Red+Green+Blue) = 79+84+221=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F54DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54DD is #B0AB22. Grayscale: #616161. Windows color (decimal): -11578147 or 14505039. OLE color: 14505039.

HSL color Cylindrical-coordinate representation of color #4F54DD: hue angle of 237.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F54DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 84 221 -
CMYK 0.64 0.62 0 0.13
HSL 237.89º 0.68% 0.59% -
HSV(B) 237.89º 0.64% 0.87% -
XYZ 19.45 13.22 69.93 -
YUV 98.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 79 84 221 0.64 0.62 0 0.13 237.89 0.68 0.59
Hex 4F 54 DD 40 3E 0 D EE 44 3B
Octal 117 124 335 100 76 0 15 356 104 73
Binary 1001111 1010100 11011101 1000000 111110 0 1101 11101110 1000100 111011

Color Harmonies of #4F54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F54DD

Black with #4F54DD

Text Example


Text Example

White with #4F54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,221); }

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

background-color css

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

 a { background-color: rgb(79,84,221); }

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

border-color css

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

 span { border-color: rgb(79,84,221); }

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