Html Css Color HEX #4E50CF Free Speech Blue

📋 copy color: '#4E50CF'

red 78 ◦ green 80 ◦ blue 207

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

Shades of Free Speech Blue #4E50CF

Tints of Free Speech Blue #4E50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

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

R = 21.37%
G = 21.92%
B = 56.71%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E50CF (or 0x4E50CF) is known color: Free Speech Blue. HEX triplet: 4E, 50 and CF. RGB value is (78,80,207). Sum of RGB (Red+Green+Blue) = 78+80+207=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50CF is #B1AF30. Grayscale: #5D5D5D. Windows color (decimal): -11644721 or 13586510. OLE color: 13586510.

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

Color convert

RGB 78 80 207 -
CMYK 0.62 0.61 0 0.19
HSL 239.07º 0.57% 0.56% -
HSV(B) 239.07º 0.62% 0.81% -
XYZ 17.27 11.86 60.41 -
YUV 93.88 191.84 116.67 -
System Red Green Blue C M Y K H S L
Decimal 78 80 207 0.62 0.61 0 0.19 239.07 0.57 0.56
Hex 4E 50 CF 3E 3D 0 13 EF 39 38
Octal 116 120 317 76 75 0 23 357 71 70
Binary 1001110 1010000 11001111 111110 111101 0 10011 11101111 111001 111000

Color Harmonies of #4E50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50CF

Black with #4E50CF

Text Example


Text Example

White with #4E50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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