Html Css Color HEX #4050AD Free Speech Blue

📋 copy color: '#4050AD'

red 64 ◦ green 80 ◦ blue 173

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

Shades of Free Speech Blue #4050AD

Tints of Free Speech Blue #4050AD

RGB

 RED value IS 64 (25.39% from 255) = 20.19%

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 20.19%
G = 25.24%
B = 54.57%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4050AD (or 0x4050AD) is known color: Free Speech Blue. HEX triplet: 40, 50 and AD. RGB value is (64,80,173). Sum of RGB (Red+Green+Blue) = 64+80+173=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #4050AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4050AD is #BFAF52. Grayscale: #555555. Windows color (decimal): -12562259 or 11358272. OLE color: 11358272.

HSL color Cylindrical-coordinate representation of color #4050AD: hue angle of 231.19º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4050AD is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 80 173 -
CMYK 0.63 0.54 0 0.32
HSL 231.19º 0.46% 0.46% -
HSV(B) 231.19º 0.63% 0.68% -
XYZ 12.53 9.84 40.78 -
YUV 85.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 64 80 173 0.63 0.54 0 0.32 231.19 0.46 0.46
Hex 40 50 AD 3F 36 0 20 E7 2E 2E
Octal 100 120 255 77 66 0 40 347 56 56
Binary 1000000 1010000 10101101 111111 110110 0 100000 11100111 101110 101110

Color Harmonies of #4050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050AD

Black with #4050AD

Text Example


Text Example

White with #4050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4050AD; }

 p { color: rgb(64,80,173); }

 H1.HeaderClassName
 {
   color: #4050AD;
 }
 .AnyTagClassName
 {
   color: #4050AD;
 }
</style>

background-color css

<style>
 a { background-color: #4050AD; }

 a { background-color: rgb(64,80,173); }

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

border-color css

<style>
 span { border-color: #4050AD; }

 span { border-color: rgb(64,80,173); }

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