#4265CC

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

Shades of Free Speech Blue #4265CC

Tints of Free Speech Blue #4265CC

Color information

#4265CC (or 0x4265CC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 65 and CC. RGB value is (66,101,204). Sum of RGB (Red+Green+Blue) = 66+101+204=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #4265CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265CC is #BD9A33. Grayscale: #656565. Windows color (decimal): -12425780 or 13395266. OLE color: 13395266.

HSL color Cylindrical-coordinate representation of color #4265CC: hue angle of 224.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4265CC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66101204-
CMYK0.680.5000.2
HSL224.78º57.5%52.94%-
HSV(B)224.78º67.65%80%-
XYZ17.814.8359.05-
YUV102.28185.4102.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=17.79%
G=27.22%
B=54.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661012040.680.5000.2224.7857.552.94
Hex4265CC4432014e13a35
Octal102145314104620243417265
Binary1000010110010111001100100010011001001010011100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4265CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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