Html Css Color HEX #4E60CF Free Speech Blue

📋 copy color: '#4E60CF'

red 78 ◦ green 96 ◦ blue 207

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

Shades of Free Speech Blue #4E60CF

Tints of Free Speech Blue #4E60CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

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

R = 20.47%
G = 25.2%
B = 54.33%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E60CF (or 0x4E60CF) is known color: Free Speech Blue. HEX triplet: 4E, 60 and CF. RGB value is (78,96,207). Sum of RGB (Red+Green+Blue) = 78+96+207=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E60CF is #B19F30. Grayscale: #666666. Windows color (decimal): -11640625 or 13590606. OLE color: 13590606.

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

Color convert

RGB 78 96 207 -
CMYK 0.62 0.54 0 0.19
HSL 231.63º 0.57% 0.56% -
HSV(B) 231.63º 0.62% 0.81% -
XYZ 18.59 14.49 60.85 -
YUV 103.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 78 96 207 0.62 0.54 0 0.19 231.63 0.57 0.56
Hex 4E 60 CF 3E 36 0 13 E8 39 38
Octal 116 140 317 76 66 0 23 350 71 70
Binary 1001110 1100000 11001111 111110 110110 0 10011 11101000 111001 111000

Color Harmonies of #4E60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E60CF

Black with #4E60CF

Text Example


Text Example

White with #4E60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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