Html Css Color HEX #4164BB Free Speech Blue

📋 copy color: '#4164BB'

red 65 ◦ green 100 ◦ blue 187

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

Shades of Free Speech Blue #4164BB

Tints of Free Speech Blue #4164BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 18.47%
G = 28.41%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4164BB (or 0x4164BB) is known color: Free Speech Blue. HEX triplet: 41, 64 and BB. RGB value is (65,100,187). Sum of RGB (Red+Green+Blue) = 65+100+187=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #4164BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164BB is #BE9B44. Grayscale: #636363. Windows color (decimal): -12491589 or 12280897. OLE color: 12280897.

HSL color Cylindrical-coordinate representation of color #4164BB: hue angle of 222.79º 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 #4164BB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 100 187 -
CMYK 0.65 0.47 0 0.27
HSL 222.79º 0.48% 0.49% -
HSV(B) 222.79º 0.65% 0.73% -
XYZ 15.71 13.83 48.85 -
YUV 99.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 65 100 187 0.65 0.47 0 0.27 222.79 0.48 0.49
Hex 41 64 BB 41 2F 0 1B DF 30 31
Octal 101 144 273 101 57 0 33 337 60 61
Binary 1000001 1100100 10111011 1000001 101111 0 11011 11011111 110000 110001

Color Harmonies of #4164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4164BB

Black with #4164BB

Text Example


Text Example

White with #4164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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