Html Css Color HEX #4F54DB Free Speech Blue

📋 copy color: '#4F54DB'

red 79 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Blue #4F54DB

Tints of Free Speech Blue #4F54DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 20.68%
G = 21.99%
B = 57.33%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F54DB (or 0x4F54DB) is known color: Free Speech Blue. HEX triplet: 4F, 54 and DB. RGB value is (79,84,219). Sum of RGB (Red+Green+Blue) = 79+84+219=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F54DB is #B0AB24. Grayscale: #616161. Windows color (decimal): -11578149 or 14373967. OLE color: 14373967.

HSL color Cylindrical-coordinate representation of color #4F54DB: hue angle of 237.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F54DB is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 84 219 -
CMYK 0.64 0.62 0 0.14
HSL 237.86º 0.66% 0.58% -
HSV(B) 237.86º 0.64% 0.86% -
XYZ 19.18 13.12 68.54 -
YUV 97.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 79 84 219 0.64 0.62 0 0.14 237.86 0.66 0.58
Hex 4F 54 DB 40 3E 0 E EE 42 3A
Octal 117 124 333 100 76 0 16 356 102 72
Binary 1001111 1010100 11011011 1000000 111110 0 1110 11101110 1000010 111010

Color Harmonies of #4F54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F54DB

Black with #4F54DB

Text Example


Text Example

White with #4F54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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