Html Css Color HEX #4E5CBA Free Speech Blue

📋 copy color: '#4E5CBA'

red 78 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Blue #4E5CBA

Tints of Free Speech Blue #4E5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 21.91%
G = 25.84%
B = 52.25%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E5CBA (or 0x4E5CBA) is known color: Free Speech Blue. HEX triplet: 4E, 5C and BA. RGB value is (78,92,186). Sum of RGB (Red+Green+Blue) = 78+92+186=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CBA is #B1A345. Grayscale: #626262. Windows color (decimal): -11641670 or 12213326. OLE color: 12213326.

HSL color Cylindrical-coordinate representation of color #4E5CBA: hue angle of 232.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E5CBA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 92 186 -
CMYK 0.58 0.51 0 0.27
HSL 232.22º 0.44% 0.52% -
HSV(B) 232.22º 0.58% 0.73% -
XYZ 15.83 12.82 48.09 -
YUV 98.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 78 92 186 0.58 0.51 0 0.27 232.22 0.44 0.52
Hex 4E 5C BA 3A 33 0 1B E8 2C 34
Octal 116 134 272 72 63 0 33 350 54 64
Binary 1001110 1011100 10111010 111010 110011 0 11011 11101000 101100 110100

Color Harmonies of #4E5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5CBA

Black with #4E5CBA

Text Example


Text Example

White with #4E5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,92,186); }

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

background-color css

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

 a { background-color: rgb(78,92,186); }

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

border-color css

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

 span { border-color: rgb(78,92,186); }

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