#4668C5

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

Shades of Free Speech Blue #4668C5

Tints of Free Speech Blue #4668C5

Color information

#4668C5 (or 0x4668C5) is unknown color: approx Free Speech Blue. HEX triplet: 46, 68 and C5. RGB value is (70,104,197). Sum of RGB (Red+Green+Blue) = 70+104+197=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #4668C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668C5 is #B9973A. Grayscale: #686868. Windows color (decimal): -12162875 or 12937286. OLE color: 12937286.

HSL color Cylindrical-coordinate representation of color #4668C5: hue angle of 223.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4668C5 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB70104197-
CMYK0.640.4700.23
HSL223.94º52.26%52.35%-
HSV(B)223.94º64.47%77.25%-
XYZ17.5515.2354.84-
YUV104.44180.24103.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=18.87%
G=28.03%
B=53.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701041970.640.4700.23223.9452.2652.35
Hex4668C5402F017e03434
Octal106150305100570273406464
Binary1000110110100011000101100000010111101011111100000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4668C5; }

 p { color: rgb(70,104,197); }

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

<style>
 a { background-color: #4668C5; }

 a { background-color: rgb(70,104,197); }

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

<style>
 span { border-color: #4668C5; }

 span { border-color: rgb(70,104,197); }

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