Html Css Color HEX #4264BB Free Speech Blue

📋 copy color: '#4264BB'

red 66 ◦ green 100 ◦ blue 187

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

Shades of Free Speech Blue #4264BB

Tints of Free Speech Blue #4264BB

RGB

 RED value IS 66 (26.17% from 255) = 18.7%

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

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

R = 18.7%
G = 28.33%
B = 52.97%

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

#4264BB (or 0x4264BB) is known color: Free Speech Blue. HEX triplet: 42, 64 and BB. RGB value is (66,100,187). Sum of RGB (Red+Green+Blue) = 66+100+187=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #4264BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BB is #BD9B44. Grayscale: #636363. Windows color (decimal): -12426053 or 12280898. OLE color: 12280898.

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

Color convert

RGB 66 100 187 -
CMYK 0.65 0.47 0 0.27
HSL 223.14º 0.48% 0.5% -
HSV(B) 223.14º 0.65% 0.73% -
XYZ 15.77 13.86 48.86 -
YUV 99.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 66 100 187 0.65 0.47 0 0.27 223.14 0.48 0.5
Hex 42 64 BB 41 2F 0 1B DF 30 32
Octal 102 144 273 101 57 0 33 337 60 62
Binary 1000010 1100100 10111011 1000001 101111 0 11011 11011111 110000 110010

Color Harmonies of #4264BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264BB

Black with #4264BB

Text Example


Text Example

White with #4264BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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