#4643CA

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

Shades of Free Speech Blue #4643CA

Tints of Free Speech Blue #4643CA

Color information

#4643CA (or 0x4643CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 43 and CA. RGB value is (70,67,202). Sum of RGB (Red+Green+Blue) = 70+67+202=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #4643CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643CA is #B9BC35. Grayscale: #525252. Windows color (decimal): -12172342 or 13255494. OLE color: 13255494.

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

Color convert

RGB7067202-
CMYK0.650.6700.21
HSL241.33º56.02%52.75%-
HSV(B)241.33º66.83%79.22%-
XYZ15.199.5856.93-
YUV83.29194.99118.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=20.65%
G=19.76%
B=59.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70672020.650.6700.21241.3356.0252.75
Hex4643CA4143015f13835
Octal1061033121011030253617065
Binary10001101000011110010101000001100001101010111110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4643CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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