Html Css Color HEX #4E5DBD Free Speech Blue

📋 copy color: '#4E5DBD'

red 78 ◦ green 93 ◦ blue 189

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

Shades of Free Speech Blue #4E5DBD

Tints of Free Speech Blue #4E5DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 21.67%
G = 25.83%
B = 52.5%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E5DBD (or 0x4E5DBD) is known color: Free Speech Blue. HEX triplet: 4E, 5D and BD. RGB value is (78,93,189). Sum of RGB (Red+Green+Blue) = 78+93+189=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E5DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DBD is #B1A242. Grayscale: #636363. Windows color (decimal): -11641411 or 12410190. OLE color: 12410190.

HSL color Cylindrical-coordinate representation of color #4E5DBD: hue angle of 231.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5DBD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 93 189 -
CMYK 0.59 0.51 0 0.26
HSL 231.89º 0.46% 0.52% -
HSV(B) 231.89º 0.59% 0.74% -
XYZ 16.24 13.12 49.82 -
YUV 99.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 78 93 189 0.59 0.51 0 0.26 231.89 0.46 0.52
Hex 4E 5D BD 3B 33 0 1A E8 2E 34
Octal 116 135 275 73 63 0 32 350 56 64
Binary 1001110 1011101 10111101 111011 110011 0 11010 11101000 101110 110100

Color Harmonies of #4E5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DBD

Black with #4E5DBD

Text Example


Text Example

White with #4E5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,93,189); }

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

background-color css

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

 a { background-color: rgb(78,93,189); }

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

border-color css

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

 span { border-color: rgb(78,93,189); }

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