Html Css Color HEX #4264BC Free Speech Blue

📋 copy color: '#4264BC'

red 66 ◦ green 100 ◦ blue 188

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

Shades of Free Speech Blue #4264BC

Tints of Free Speech Blue #4264BC

RGB

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

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

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

R = 18.64%
G = 28.25%
B = 53.11%

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

#4264BC (or 0x4264BC) is known color: Free Speech Blue. HEX triplet: 42, 64 and BC. RGB value is (66,100,188). Sum of RGB (Red+Green+Blue) = 66+100+188=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #4264BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264BC is #BD9B43. Grayscale: #636363. Windows color (decimal): -12426052 or 12346434. OLE color: 12346434.

HSL color Cylindrical-coordinate representation of color #4264BC: hue angle of 223.28º degrees, saturation: 0.48, 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 #4264BC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 100 188 -
CMYK 0.65 0.47 0 0.26
HSL 223.28º 0.48% 0.5% -
HSV(B) 223.28º 0.65% 0.74% -
XYZ 15.88 13.9 49.42 -
YUV 99.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 66 100 188 0.65 0.47 0 0.26 223.28 0.48 0.5
Hex 42 64 BC 41 2F 0 1A DF 30 32
Octal 102 144 274 101 57 0 32 337 60 62
Binary 1000010 1100100 10111100 1000001 101111 0 11010 11011111 110000 110010

Color Harmonies of #4264BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264BC

Black with #4264BC

Text Example


Text Example

White with #4264BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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