#4244BE

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

Shades of Free Speech Blue #4244BE

Tints of Free Speech Blue #4244BE

Color information

#4244BE (or 0x4244BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 44 and BE. RGB value is (66,68,190). Sum of RGB (Red+Green+Blue) = 66+68+190=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #4244BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4244BE is #BDBB41. Grayscale: #505050. Windows color (decimal): -12434242 or 12469314. OLE color: 12469314.

HSL color Cylindrical-coordinate representation of color #4244BE: hue angle of 239.03º 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 #4244BE is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6668190-
CMYK0.650.6400.25
HSL239.03º48.82%50.2%-
HSV(B)239.03º65.26%74.51%-
XYZ13.619.0149.74-
YUV81.31189.34117.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=20.37%
G=20.99%
B=58.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66681900.650.6400.25239.0348.8250.2
Hex4244BE4140019ef3132
Octal1021042761011000313576162
Binary10000101000100101111101000001100000001100111101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4244BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4244BE; }

 p { color: rgb(66,68,190); }

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

<style>
 a { background-color: #4244BE; }

 a { background-color: rgb(66,68,190); }

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

<style>
 span { border-color: #4244BE; }

 span { border-color: rgb(66,68,190); }

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