#4668CA

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

Shades of Free Speech Blue #4668CA

Tints of Free Speech Blue #4668CA

Color information

#4668CA (or 0x4668CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 68 and CA. RGB value is (70,104,202). Sum of RGB (Red+Green+Blue) = 70+104+202=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #4668CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668CA is #B99735. Grayscale: #686868. Windows color (decimal): -12162870 or 13264966. OLE color: 13264966.

HSL color Cylindrical-coordinate representation of color #4668CA: hue angle of 224.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4668CA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70104202-
CMYK0.650.4900.21
HSL224.55º55.46%53.33%-
HSV(B)224.55º65.35%79.22%-
XYZ18.1415.4757.91-
YUV105.01182.74103.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=18.62%
G=27.66%
B=53.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701042020.650.4900.21224.5555.4653.33
Hex4668CA4131015e13735
Octal106150312101610253416765
Binary1000110110100011001010100000111000101010111100001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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