#4643be

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

Shades of Free Speech Blue #4643BE

Tints of Free Speech Blue #4643BE

Color information

#4643BE (or 0x4643BE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 43 and BE. RGB value is (70,67,190). Sum of RGB (Red+Green+Blue) = 70+67+190=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4643BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643BE is #B9BC41. Grayscale: #515151. Windows color (decimal): -12172354 or 12469062. OLE color: 12469062.

HSL color Cylindrical-coordinate representation of color #4643BE: hue angle of 241.46º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4643BE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7067190-
CMYK0.630.6500.25
HSL241.46º48.62%50.39%-
HSV(B)241.46º64.74%74.51%-
XYZ13.839.0349.73-
YUV81.92188.99119.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=21.41%
G=20.49%
B=58.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70671900.630.6500.25241.4648.6250.39
Hex4643BE3F41019f13132
Octal106103276771010313616162
Binary1000110100001110111110111111100000101100111110001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4643be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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