Html Css Color HEX #4E48CF Free Speech Blue

📋 copy color: '#4E48CF'

red 78 ◦ green 72 ◦ blue 207

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

Shades of Free Speech Blue #4E48CF

Tints of Free Speech Blue #4E48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 21.85%
G = 20.17%
B = 57.98%

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

#4E48CF (or 0x4E48CF) is known color: Free Speech Blue. HEX triplet: 4E, 48 and CF. RGB value is (78,72,207). Sum of RGB (Red+Green+Blue) = 78+72+207=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E48CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48CF is #B1B730. Grayscale: #585858. Windows color (decimal): -11646769 or 13584462. OLE color: 13584462.

HSL color Cylindrical-coordinate representation of color #4E48CF: hue angle of 242.67º 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 #4E48CF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 72 207 -
CMYK 0.62 0.65 0 0.19
HSL 242.67º 0.58% 0.55% -
HSV(B) 242.67º 0.65% 0.81% -
XYZ 16.72 10.76 60.23 -
YUV 89.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 78 72 207 0.62 0.65 0 0.19 242.67 0.58 0.55
Hex 4E 48 CF 3E 41 0 13 F3 3A 37
Octal 116 110 317 76 101 0 23 363 72 67
Binary 1001110 1001000 11001111 111110 1000001 0 10011 11110011 111010 110111

Color Harmonies of #4E48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E48CF

Black with #4E48CF

Text Example


Text Example

White with #4E48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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