Html Css Color HEX #4164BC Free Speech Blue

📋 copy color: '#4164BC'

red 65 ◦ green 100 ◦ blue 188

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

Shades of Free Speech Blue #4164BC

Tints of Free Speech Blue #4164BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 18.41%
G = 28.33%
B = 53.26%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4164BC (or 0x4164BC) is known color: Free Speech Blue. HEX triplet: 41, 64 and BC. RGB value is (65,100,188). Sum of RGB (Red+Green+Blue) = 65+100+188=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4164BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164BC is #BE9B43. Grayscale: #636363. Windows color (decimal): -12491588 or 12346433. OLE color: 12346433.

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

Color convert

RGB 65 100 188 -
CMYK 0.65 0.47 0 0.26
HSL 222.93º 0.49% 0.5% -
HSV(B) 222.93º 0.65% 0.74% -
XYZ 15.81 13.87 49.42 -
YUV 99.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 65 100 188 0.65 0.47 0 0.26 222.93 0.49 0.5
Hex 41 64 BC 41 2F 0 1A DF 31 32
Octal 101 144 274 101 57 0 32 337 61 62
Binary 1000001 1100100 10111100 1000001 101111 0 11010 11011111 110001 110010

Color Harmonies of #4164BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4164BC

Black with #4164BC

Text Example


Text Example

White with #4164BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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