#4643CC

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

Shades of Free Speech Blue #4643CC

Tints of Free Speech Blue #4643CC

Color information

#4643CC (or 0x4643CC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 43 and CC. RGB value is (70,67,204). Sum of RGB (Red+Green+Blue) = 70+67+204=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4643CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643CC is #B9BC33. Grayscale: #525252. Windows color (decimal): -12172340 or 13386566. OLE color: 13386566.

HSL color Cylindrical-coordinate representation of color #4643CC: hue angle of 241.31º 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 #4643CC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7067204-
CMYK0.660.6700.2
HSL241.31º57.32%53.14%-
HSV(B)241.31º67.16%80%-
XYZ15.439.6858.18-
YUV83.52195.99118.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=20.53%
G=19.65%
B=59.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70672040.660.6700.2241.3157.3253.14
Hex4643CC4243014f13935
Octal1061033141021030243617165
Binary10001101000011110011001000010100001101010011110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4643CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4643CC; }

 p { color: rgb(70,67,204); }

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

<style>
 a { background-color: #4643CC; }

 a { background-color: rgb(70,67,204); }

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

<style>
 span { border-color: #4643CC; }

 span { border-color: rgb(70,67,204); }

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