Html Css Color HEX #4150BD Free Speech Blue

📋 copy color: '#4150BD'

red 65 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Blue #4150BD

Tints of Free Speech Blue #4150BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 19.46%
G = 23.95%
B = 56.59%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4150BD (or 0x4150BD) is known color: Free Speech Blue. HEX triplet: 41, 50 and BD. RGB value is (65,80,189). Sum of RGB (Red+Green+Blue) = 65+80+189=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #4150BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BD is #BEAF42. Grayscale: #575757. Windows color (decimal): -12496707 or 12406849. OLE color: 12406849.

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

Color convert

RGB 65 80 189 -
CMYK 0.66 0.58 0 0.26
HSL 232.74º 0.49% 0.5% -
HSV(B) 232.74º 0.66% 0.74% -
XYZ 14.23 10.54 49.43 -
YUV 87.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 65 80 189 0.66 0.58 0 0.26 232.74 0.49 0.5
Hex 41 50 BD 42 3A 0 1A E9 31 32
Octal 101 120 275 102 72 0 32 351 61 62
Binary 1000001 1010000 10111101 1000010 111010 0 11010 11101001 110001 110010

Color Harmonies of #4150BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150BD

Black with #4150BD

Text Example


Text Example

White with #4150BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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