Html Css Color HEX #4150BE Free Speech Blue

📋 copy color: '#4150BE'

red 65 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Blue #4150BE

Tints of Free Speech Blue #4150BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 19.4%
G = 23.88%
B = 56.72%

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

#4150BE (or 0x4150BE) is known color: Free Speech Blue. HEX triplet: 41, 50 and BE. RGB value is (65,80,190). Sum of RGB (Red+Green+Blue) = 65+80+190=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #4150BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BE is #BEAF41. Grayscale: #575757. Windows color (decimal): -12496706 or 12472385. OLE color: 12472385.

HSL color Cylindrical-coordinate representation of color #4150BE: hue angle of 232.8º degrees, saturation: 0.49, 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 #4150BE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 80 190 -
CMYK 0.66 0.58 0 0.25
HSL 232.8º 0.49% 0.5% -
HSV(B) 232.8º 0.66% 0.75% -
XYZ 14.34 10.58 50 -
YUV 88.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 65 80 190 0.66 0.58 0 0.25 232.8 0.49 0.5
Hex 41 50 BE 42 3A 0 19 E9 31 32
Octal 101 120 276 102 72 0 31 351 61 62
Binary 1000001 1010000 10111110 1000010 111010 0 11001 11101001 110001 110010

Color Harmonies of #4150BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150BE

Black with #4150BE

Text Example


Text Example

White with #4150BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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