Html Css Color HEX #4E58BB Free Speech Blue

📋 copy color: '#4E58BB'

red 78 ◦ green 88 ◦ blue 187

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

Shades of Free Speech Blue #4E58BB

Tints of Free Speech Blue #4E58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 22.1%
G = 24.93%
B = 52.97%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E58BB (or 0x4E58BB) is known color: Free Speech Blue. HEX triplet: 4E, 58 and BB. RGB value is (78,88,187). Sum of RGB (Red+Green+Blue) = 78+88+187=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58BB is #B1A744. Grayscale: #5F5F5F. Windows color (decimal): -11642693 or 12277838. OLE color: 12277838.

HSL color Cylindrical-coordinate representation of color #4E58BB: hue angle of 234.5º 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 #4E58BB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 88 187 -
CMYK 0.58 0.53 0 0.27
HSL 234.5º 0.44% 0.52% -
HSV(B) 234.5º 0.58% 0.73% -
XYZ 15.6 12.19 48.54 -
YUV 96.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 78 88 187 0.58 0.53 0 0.27 234.5 0.44 0.52
Hex 4E 58 BB 3A 35 0 1B EA 2C 34
Octal 116 130 273 72 65 0 33 352 54 64
Binary 1001110 1011000 10111011 111010 110101 0 11011 11101010 101100 110100

Color Harmonies of #4E58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E58BB

Black with #4E58BB

Text Example


Text Example

White with #4E58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,187); }

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

background-color css

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

 a { background-color: rgb(78,88,187); }

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

border-color css

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

 span { border-color: rgb(78,88,187); }

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