#4468C6

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

Shades of Free Speech Blue #4468C6

Tints of Free Speech Blue #4468C6

Color information

#4468C6 (or 0x4468C6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 68 and C6. RGB value is (68,104,198). Sum of RGB (Red+Green+Blue) = 68+104+198=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #4468C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4468C6 is #BB9739. Grayscale: #676767. Windows color (decimal): -12293946 or 13002820. OLE color: 13002820.

HSL color Cylindrical-coordinate representation of color #4468C6: hue angle of 223.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4468C6 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68104198-
CMYK0.660.4700.22
HSL223.38º53.28%52.16%-
HSV(B)223.38º65.66%77.65%-
XYZ17.5315.2155.44-
YUV103.95181.07102.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=18.38%
G=28.11%
B=53.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681041980.660.4700.22223.3853.2852.16
Hex4468C6422F016df3534
Octal104150306102570263376564
Binary1000100110100011000110100001010111101011011011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4468C6; }

 p { color: rgb(68,104,198); }

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

<style>
 a { background-color: #4468C6; }

 a { background-color: rgb(68,104,198); }

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

<style>
 span { border-color: #4468C6; }

 span { border-color: rgb(68,104,198); }

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