Html Css Color HEX #4E4FDA Free Speech Blue

📋 copy color: '#4E4FDA'

red 78 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #4E4FDA

Tints of Free Speech Blue #4E4FDA

RGB

 RED value IS 78 (30.86% from 255) = 20.8%

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 20.8%
G = 21.07%
B = 58.13%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4E4FDA (or 0x4E4FDA) is known color: Free Speech Blue. HEX triplet: 4E, 4F and DA. RGB value is (78,79,218). Sum of RGB (Red+Green+Blue) = 78+79+218=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E4FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FDA is #B1B025. Grayscale: #5D5D5D. Windows color (decimal): -11644966 or 14307150. OLE color: 14307150.

HSL color Cylindrical-coordinate representation of color #4E4FDA: hue angle of 239.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E4FDA is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 79 218 -
CMYK 0.64 0.64 0 0.15
HSL 239.57º 0.65% 0.58% -
HSV(B) 239.57º 0.64% 0.85% -
XYZ 18.59 12.27 67.72 -
YUV 94.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 78 79 218 0.64 0.64 0 0.15 239.57 0.65 0.58
Hex 4E 4F DA 40 40 0 F F0 41 3A
Octal 116 117 332 100 100 0 17 360 101 72
Binary 1001110 1001111 11011010 1000000 1000000 0 1111 11110000 1000001 111010

Color Harmonies of #4E4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4FDA

Black with #4E4FDA

Text Example


Text Example

White with #4E4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,79,218); }

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

background-color css

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

 a { background-color: rgb(78,79,218); }

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

border-color css

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

 span { border-color: rgb(78,79,218); }

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