Html Css Color HEX #4150BB Free Speech Blue

📋 copy color: '#4150BB'

red 65 ◦ green 80 ◦ blue 187

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

Shades of Free Speech Blue #4150BB

Tints of Free Speech Blue #4150BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 19.58%
G = 24.1%
B = 56.33%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4150BB (or 0x4150BB) is known color: Free Speech Blue. HEX triplet: 41, 50 and BB. RGB value is (65,80,187). Sum of RGB (Red+Green+Blue) = 65+80+187=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #4150BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4150BB is #BEAF44. Grayscale: #575757. Windows color (decimal): -12496709 or 12275777. OLE color: 12275777.

HSL color Cylindrical-coordinate representation of color #4150BB: hue angle of 232.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4150BB is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 80 187 -
CMYK 0.65 0.57 0 0.27
HSL 232.62º 0.48% 0.49% -
HSV(B) 232.62º 0.65% 0.73% -
XYZ 14.02 10.45 48.29 -
YUV 87.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 65 80 187 0.65 0.57 0 0.27 232.62 0.48 0.49
Hex 41 50 BB 41 39 0 1B E9 30 31
Octal 101 120 273 101 71 0 33 351 60 61
Binary 1000001 1010000 10111011 1000001 111001 0 11011 11101001 110000 110001

Color Harmonies of #4150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4150BB

Black with #4150BB

Text Example


Text Example

White with #4150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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