Html Css Color HEX #4E69C4 Free Speech Blue

📋 copy color: '#4E69C4'

red 78 ◦ green 105 ◦ blue 196

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

Shades of Free Speech Blue #4E69C4

Tints of Free Speech Blue #4E69C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 196 (76.95% from 255) = 51.72%

R = 20.58%
G = 27.7%
B = 51.72%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4E69C4 (or 0x4E69C4) is known color: Free Speech Blue. HEX triplet: 4E, 69 and C4. RGB value is (78,105,196). Sum of RGB (Red+Green+Blue) = 78+105+196=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E69C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E69C4 is #B1963B. Grayscale: #6A6A6A. Windows color (decimal): -11638332 or 12872014. OLE color: 12872014.

HSL color Cylindrical-coordinate representation of color #4E69C4: hue angle of 226.27º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E69C4 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 78 105 196 -
CMYK 0.60 0.46 0 0.23
HSL 226.27º 0.5% 0.54% -
HSV(B) 226.27º 0.6% 0.77% -
XYZ 18.16 15.71 54.3 -
YUV 107.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 78 105 196 0.60 0.46 0 0.23 226.27 0.5 0.54
Hex 4E 69 C4 3C 2E 0 17 E2 32 36
Octal 116 151 304 74 56 0 27 342 62 66
Binary 1001110 1101001 11000100 111100 101110 0 10111 11100010 110010 110110

Color Harmonies of #4E69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E69C4

Black with #4E69C4

Text Example


Text Example

White with #4E69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,196); }

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

background-color css

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

 a { background-color: rgb(78,105,196); }

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

border-color css

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

 span { border-color: rgb(78,105,196); }

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