#4461cc

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

Shades of Free Speech Blue #4461CC

Tints of Free Speech Blue #4461CC

Color information

#4461CC (or 0x4461CC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 61 and CC. RGB value is (68,97,204). Sum of RGB (Red+Green+Blue) = 68+97+204=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #4461CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4461CC is #BB9E33. Grayscale: #646464. Windows color (decimal): -12295732 or 13394244. OLE color: 13394244.

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

Color convert

RGB6897204-
CMYK0.670.5200.2
HSL227.21º57.14%53.33%-
HSV(B)227.21º66.67%80%-
XYZ17.5614.1458.93-
YUV100.53186.39104.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=18.43%
G=26.29%
B=55.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68972040.670.5200.2227.2157.1453.33
Hex4461CC4334014e33935
Octal104141314103640243437165
Binary1000100110000111001100100001111010001010011100011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4461cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4461cc; }

 p { color: rgb(68,97,204); }

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

<style>
 a { background-color: #4461cc; }

 a { background-color: rgb(68,97,204); }

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

<style>
 span { border-color: #4461cc; }

 span { border-color: rgb(68,97,204); }

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