Html Css Color HEX #4052AD Free Speech Blue

📋 copy color: '#4052AD'

red 64 ◦ green 82 ◦ blue 173

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

Shades of Free Speech Blue #4052AD

Tints of Free Speech Blue #4052AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

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

R = 20.06%
G = 25.71%
B = 54.23%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4052AD (or 0x4052AD) is known color: Free Speech Blue. HEX triplet: 40, 52 and AD. RGB value is (64,82,173). Sum of RGB (Red+Green+Blue) = 64+82+173=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #4052AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4052AD is #BFAD52. Grayscale: #565656. Windows color (decimal): -12561747 or 11358784. OLE color: 11358784.

HSL color Cylindrical-coordinate representation of color #4052AD: hue angle of 230.09º 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 #4052AD is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 82 173 -
CMYK 0.63 0.53 0 0.32
HSL 230.09º 0.46% 0.46% -
HSV(B) 230.09º 0.63% 0.68% -
XYZ 12.67 10.14 40.82 -
YUV 86.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 64 82 173 0.63 0.53 0 0.32 230.09 0.46 0.46
Hex 40 52 AD 3F 35 0 20 E6 2E 2E
Octal 100 122 255 77 65 0 40 346 56 56
Binary 1000000 1010010 10101101 111111 110101 0 100000 11100110 101110 101110

Color Harmonies of #4052AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4052AD

Black with #4052AD

Text Example


Text Example

White with #4052AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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