#4468CB

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

Shades of Free Speech Blue #4468CB

Tints of Free Speech Blue #4468CB

Color information

#4468CB (or 0x4468CB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 68 and CB. RGB value is (68,104,203). Sum of RGB (Red+Green+Blue) = 68+104+203=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #4468CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4468CB is #BB9734. Grayscale: #686868. Windows color (decimal): -12293941 or 13330500. OLE color: 13330500.

HSL color Cylindrical-coordinate representation of color #4468CB: hue angle of 224º degrees, saturation: 0.56, 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 #4468CB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68104203-
CMYK0.670.4900.20
HSL224º56.49%53.14%-
HSV(B)224º66.5%79.61%-
XYZ18.1115.4458.53-
YUV104.52183.57101.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=18.13%
G=27.73%
B=54.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681042030.670.4900.2022456.4953.14
Hex4468CB4331014e03835
Octal104150313103610243407065
Binary1000100110100011001011100001111000101010011100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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