Html Css Color HEX #4E68CC Free Speech Blue

📋 copy color: '#4E68CC'

red 78 ◦ green 104 ◦ blue 204

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

Shades of Free Speech Blue #4E68CC

Tints of Free Speech Blue #4E68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 20.21%
G = 26.94%
B = 52.85%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E68CC (or 0x4E68CC) is known color: Free Speech Blue. HEX triplet: 4E, 68 and CC. RGB value is (78,104,204). Sum of RGB (Red+Green+Blue) = 78+104+204=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68CC is #B19733. Grayscale: #6B6B6B. Windows color (decimal): -11638580 or 13396046. OLE color: 13396046.

HSL color Cylindrical-coordinate representation of color #4E68CC: hue angle of 227.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E68CC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 104 204 -
CMYK 0.62 0.49 0 0.2
HSL 227.62º 0.55% 0.55% -
HSV(B) 227.62º 0.62% 0.8% -
XYZ 18.99 15.88 59.19 -
YUV 107.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 78 104 204 0.62 0.49 0 0.2 227.62 0.55 0.55
Hex 4E 68 CC 3E 31 0 14 E4 37 37
Octal 116 150 314 76 61 0 24 344 67 67
Binary 1001110 1101000 11001100 111110 110001 0 10100 11100100 110111 110111

Color Harmonies of #4E68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E68CC

Black with #4E68CC

Text Example


Text Example

White with #4E68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,204); }

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

background-color css

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

 a { background-color: rgb(78,104,204); }

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

border-color css

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

 span { border-color: rgb(78,104,204); }

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