Html Css Color HEX #4E66BD Free Speech Blue

📋 copy color: '#4E66BD'

red 78 ◦ green 102 ◦ blue 189

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

Shades of Free Speech Blue #4E66BD

Tints of Free Speech Blue #4E66BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 21.14%
G = 27.64%
B = 51.22%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E66BD (or 0x4E66BD) is known color: Free Speech Blue. HEX triplet: 4E, 66 and BD. RGB value is (78,102,189). Sum of RGB (Red+Green+Blue) = 78+102+189=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E66BD is #B19942. Grayscale: #686868. Windows color (decimal): -11639107 or 12412494. OLE color: 12412494.

HSL color Cylindrical-coordinate representation of color #4E66BD: hue angle of 227.03º 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 #4E66BD is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 102 189 -
CMYK 0.59 0.46 0 0.26
HSL 227.03º 0.46% 0.52% -
HSV(B) 227.03º 0.59% 0.74% -
XYZ 17.08 14.8 50.1 -
YUV 104.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 78 102 189 0.59 0.46 0 0.26 227.03 0.46 0.52
Hex 4E 66 BD 3B 2E 0 1A E3 2E 34
Octal 116 146 275 73 56 0 32 343 56 64
Binary 1001110 1100110 10111101 111011 101110 0 11010 11100011 101110 110100

Color Harmonies of #4E66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E66BD

Black with #4E66BD

Text Example


Text Example

White with #4E66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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