#4265c0

Color #4265C0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4265C0

Tints of Free Speech Blue #4265C0

Color information

#4265C0 (or 0x4265C0) is unknown color: approx Free Speech Blue. HEX triplet: 42, 65 and C0. RGB value is (66,101,192). Sum of RGB (Red+Green+Blue) = 66+101+192=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #4265C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265C0 is #BD9A3F. Grayscale: #646464. Windows color (decimal): -12425792 or 12608834. OLE color: 12608834.

HSL color Cylindrical-coordinate representation of color #4265C0: hue angle of 223.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4265C0 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66101192-
CMYK0.660.4700.25
HSL223.33º50%50.59%-
HSV(B)223.33º65.62%75.29%-
XYZ16.4114.2751.76-
YUV100.91179.4103.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=18.38%
G=28.13%
B=53.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661011920.660.4700.25223.335050.59
Hex4265C0422F019df3233
Octal102145300102570313376263
Binary1000010110010111000000100001010111101100111011111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4265c0; }

 p { color: rgb(66,101,192); }

 H1.HeaderClassName
 {
   color: #4265c0;
 }
 .AnyTagClassName
 {
   color: #4265c0;
 }
</style>
background-color css

<style>
 a { background-color: #4265c0; }

 a { background-color: rgb(66,101,192); }

 div.DivClassName
 {
   background-color: #4265c0;
 }
 .BgClassName
 {
   background-color: #4265c0;
 }
</style>
border-color css

<style>
 span { border-color: #4265c0; }

 span { border-color: rgb(66,101,192); }

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