Html Css Color HEX #4E48CE Free Speech Blue

📋 copy color: '#4E48CE'

red 78 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #4E48CE

Tints of Free Speech Blue #4E48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 21.91%
G = 20.22%
B = 57.87%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E48CE (or 0x4E48CE) is known color: Free Speech Blue. HEX triplet: 4E, 48 and CE. RGB value is (78,72,206). Sum of RGB (Red+Green+Blue) = 78+72+206=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E48CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48CE is #B1B731. Grayscale: #585858. Windows color (decimal): -11646770 or 13518926. OLE color: 13518926.

HSL color Cylindrical-coordinate representation of color #4E48CE: hue angle of 242.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E48CE is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 72 206 -
CMYK 0.62 0.65 0 0.19
HSL 242.69º 0.58% 0.55% -
HSV(B) 242.69º 0.65% 0.81% -
XYZ 16.6 10.71 59.58 -
YUV 89.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 78 72 206 0.62 0.65 0 0.19 242.69 0.58 0.55
Hex 4E 48 CE 3E 41 0 13 F3 3A 37
Octal 116 110 316 76 101 0 23 363 72 67
Binary 1001110 1001000 11001110 111110 1000001 0 10011 11110011 111010 110111

Color Harmonies of #4E48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E48CE

Black with #4E48CE

Text Example


Text Example

White with #4E48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,206); }

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

background-color css

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

 a { background-color: rgb(78,72,206); }

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

border-color css

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

 span { border-color: rgb(78,72,206); }

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