Html Css Color HEX #4E69BB Free Speech Blue

📋 copy color: '#4E69BB'

red 78 ◦ green 105 ◦ blue 187

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

Shades of Free Speech Blue #4E69BB

Tints of Free Speech Blue #4E69BB

RGB

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

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

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

R = 21.08%
G = 28.38%
B = 50.54%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E69BB (or 0x4E69BB) is known color: Free Speech Blue. HEX triplet: 4E, 69 and BB. RGB value is (78,105,187). Sum of RGB (Red+Green+Blue) = 78+105+187=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E69BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E69BB is #B19644. Grayscale: #696969. Windows color (decimal): -11638341 or 12282190. OLE color: 12282190.

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

Color convert

RGB 78 105 187 -
CMYK 0.58 0.44 0 0.27
HSL 225.14º 0.44% 0.52% -
HSV(B) 225.14º 0.58% 0.73% -
XYZ 17.16 15.31 49.06 -
YUV 106.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 78 105 187 0.58 0.44 0 0.27 225.14 0.44 0.52
Hex 4E 69 BB 3A 2C 0 1B E1 2C 34
Octal 116 151 273 72 54 0 33 341 54 64
Binary 1001110 1101001 10111011 111010 101100 0 11011 11100001 101100 110100

Color Harmonies of #4E69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E69BB

Black with #4E69BB

Text Example


Text Example

White with #4E69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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