Html Css Color HEX #4150AD Free Speech Blue

📋 copy color: '#4150AD'

red 65 ◦ green 80 ◦ blue 173

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

Shades of Free Speech Blue #4150AD

Tints of Free Speech Blue #4150AD

RGB

 RED value IS 65 (25.78% from 255) = 20.44%

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

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

R = 20.44%
G = 25.16%
B = 54.4%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4150AD (or 0x4150AD) is known color: Free Speech Blue. HEX triplet: 41, 50 and AD. RGB value is (65,80,173). Sum of RGB (Red+Green+Blue) = 65+80+173=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4150AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4150AD is #BEAF52. Grayscale: #555555. Windows color (decimal): -12496723 or 11358273. OLE color: 11358273.

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

Color convert

RGB 65 80 173 -
CMYK 0.62 0.54 0 0.32
HSL 231.67º 0.45% 0.47% -
HSV(B) 231.67º 0.62% 0.68% -
XYZ 12.59 9.88 40.78 -
YUV 86.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 65 80 173 0.62 0.54 0 0.32 231.67 0.45 0.47
Hex 41 50 AD 3E 36 0 20 E8 2D 2F
Octal 101 120 255 76 66 0 40 350 55 57
Binary 1000001 1010000 10101101 111110 110110 0 100000 11101000 101101 101111

Color Harmonies of #4150AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150AD

Black with #4150AD

Text Example


Text Example

White with #4150AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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