#444CCA

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

Shades of Free Speech Blue #444CCA

Tints of Free Speech Blue #444CCA

Color information

#444CCA (or 0x444CCA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4C and CA. RGB value is (68,76,202). Sum of RGB (Red+Green+Blue) = 68+76+202=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #444CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCA is #BBB335. Grayscale: #575757. Windows color (decimal): -12301110 or 13257796. OLE color: 13257796.

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

Color convert

RGB6876202-
CMYK0.660.6200.21
HSL236.42º55.83%52.94%-
HSV(B)236.42º66.34%79.22%-
XYZ15.6310.6657.11-
YUV87.97192.35113.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=19.65%
G=21.97%
B=58.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68762020.660.6200.21236.4255.8352.94
Hex444CCA423E015ec3835
Octal104114312102760253547065
Binary1000100100110011001010100001011111001010111101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444CCA; }

 p { color: rgb(68,76,202); }

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

<style>
 a { background-color: #444CCA; }

 a { background-color: rgb(68,76,202); }

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

<style>
 span { border-color: #444CCA; }

 span { border-color: rgb(68,76,202); }

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