Html Css Color HEX #4150C0 Free Speech Blue

📋 copy color: '#4150C0'

red 65 ◦ green 80 ◦ blue 192

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

Shades of Free Speech Blue #4150C0

Tints of Free Speech Blue #4150C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 19.29%
G = 23.74%
B = 56.97%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4150C0 (or 0x4150C0) is known color: Free Speech Blue. HEX triplet: 41, 50 and C0. RGB value is (65,80,192). Sum of RGB (Red+Green+Blue) = 65+80+192=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #4150C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150C0 is #BEAF3F. Grayscale: #575757. Windows color (decimal): -12496704 or 12603457. OLE color: 12603457.

HSL color Cylindrical-coordinate representation of color #4150C0: hue angle of 232.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4150C0 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 80 192 -
CMYK 0.66 0.58 0 0.25
HSL 232.91º 0.5% 0.5% -
HSV(B) 232.91º 0.66% 0.75% -
XYZ 14.56 10.67 51.16 -
YUV 88.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 65 80 192 0.66 0.58 0 0.25 232.91 0.5 0.5
Hex 41 50 C0 42 3A 0 19 E9 32 32
Octal 101 120 300 102 72 0 31 351 62 62
Binary 1000001 1010000 11000000 1000010 111010 0 11001 11101001 110010 110010

Color Harmonies of #4150C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150C0

Black with #4150C0

Text Example


Text Example

White with #4150C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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