Html Css Color HEX #4549BD Free Speech Blue

📋 copy color: '#4549BD'

red 69 ◦ green 73 ◦ blue 189

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

Shades of Free Speech Blue #4549BD

Tints of Free Speech Blue #4549BD

RGB

 RED value IS 69 (27.34% from 255) = 20.85%

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 20.85%
G = 22.05%
B = 57.1%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4549BD (or 0x4549BD) is known color: Free Speech Blue. HEX triplet: 45, 49 and BD. RGB value is (69,73,189). Sum of RGB (Red+Green+Blue) = 69+73+189=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #4549BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549BD is #BAB642. Grayscale: #545454. Windows color (decimal): -12236355 or 12405061. OLE color: 12405061.

HSL color Cylindrical-coordinate representation of color #4549BD: hue angle of 238º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4549BD is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 73 189 -
CMYK 0.63 0.61 0 0.26
HSL 238º 0.48% 0.51% -
HSV(B) 238º 0.63% 0.74% -
XYZ 14.02 9.7 49.28 -
YUV 85.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 69 73 189 0.63 0.61 0 0.26 238 0.48 0.51
Hex 45 49 BD 3F 3D 0 1A EE 30 33
Octal 105 111 275 77 75 0 32 356 60 63
Binary 1000101 1001001 10111101 111111 111101 0 11010 11101110 110000 110011

Color Harmonies of #4549BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4549BD

Black with #4549BD

Text Example


Text Example

White with #4549BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4549BD; }

 p { color: rgb(69,73,189); }

 H1.HeaderClassName
 {
   color: #4549BD;
 }
 .AnyTagClassName
 {
   color: #4549BD;
 }
</style>

background-color css

<style>
 a { background-color: #4549BD; }

 a { background-color: rgb(69,73,189); }

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

border-color css

<style>
 span { border-color: #4549BD; }

 span { border-color: rgb(69,73,189); }

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