Html Css Color HEX #4150C5 Free Speech Blue

📋 copy color: '#4150C5'

red 65 ◦ green 80 ◦ blue 197

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

Shades of Free Speech Blue #4150C5

Tints of Free Speech Blue #4150C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.6%

R = 19.01%
G = 23.39%
B = 57.6%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4150C5 (or 0x4150C5) is known color: Free Speech Blue. HEX triplet: 41, 50 and C5. RGB value is (65,80,197). Sum of RGB (Red+Green+Blue) = 65+80+197=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #4150C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150C5 is #BEAF3A. Grayscale: #585858. Windows color (decimal): -12496699 or 12931137. OLE color: 12931137.

HSL color Cylindrical-coordinate representation of color #4150C5: hue angle of 233.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4150C5 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 80 197 -
CMYK 0.67 0.59 0 0.23
HSL 233.18º 0.53% 0.51% -
HSV(B) 233.18º 0.67% 0.77% -
XYZ 15.13 10.89 54.13 -
YUV 88.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 65 80 197 0.67 0.59 0 0.23 233.18 0.53 0.51
Hex 41 50 C5 43 3B 0 17 E9 35 33
Octal 101 120 305 103 73 0 27 351 65 63
Binary 1000001 1010000 11000101 1000011 111011 0 10111 11101001 110101 110011

Color Harmonies of #4150C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150C5

Black with #4150C5

Text Example


Text Example

White with #4150C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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