#4438BB

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

Shades of Free Speech Blue #4438BB

Tints of Free Speech Blue #4438BB

Color information

#4438BB (or 0x4438BB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 38 and BB. RGB value is (68,56,187). Sum of RGB (Red+Green+Blue) = 68+56+187=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #4438BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4438BB is #BBC744. Grayscale: #4A4A4A. Windows color (decimal): -12306245 or 12269636. OLE color: 12269636.

HSL color Cylindrical-coordinate representation of color #4438BB: hue angle of 245.5º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4438BB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6856187-
CMYK0.640.7000.27
HSL245.5º53.91%47.65%-
HSV(B)245.5º70.05%73.33%-
XYZ12.777.6547.82-
YUV74.52191.48123.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 187 (73.44% from 255) = 60.13%
R=21.86%
G=18.01%
B=60.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68561870.640.7000.27245.553.9147.65
Hex4438BB404601Bf53630
Octal104702731001060333656660
Binary1000100111000101110111000000100011001101111110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4438BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4438BB; }

 p { color: rgb(68,56,187); }

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

<style>
 a { background-color: #4438BB; }

 a { background-color: rgb(68,56,187); }

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

<style>
 span { border-color: #4438BB; }

 span { border-color: rgb(68,56,187); }

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