#448A5D

Color #448A5D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #448A5D

Tints of Como #448A5D

Color information

#448A5D (or 0x448A5D) is unknown color: approx Como. HEX triplet: 44, 8A and 5D. RGB value is (68,138,93). Sum of RGB (Red+Green+Blue) = 68+138+93=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #448A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A5D is #BB75A2. Grayscale: #707070. Windows color (decimal): -12285347 or 6130244. OLE color: 6130244.

HSL color Cylindrical-coordinate representation of color #448A5D: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A5D is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB6813893-
CMYK0.5100.330.46
HSL141.43º33.98%40.39%-
HSV(B)141.43º50.72%54.12%-
XYZ13.4520.213.55-
YUV111.94117.3196.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=22.74%
G=46.15%
B=31.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138930.5100.330.46141.4333.9840.39
Hex448A5D330212E8d2228
Octal10421213563041562154250
Binary1000100100010101011101110011010000110111010001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A5D; }

 p { color: rgb(68,138,93); }

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

<style>
 a { background-color: #448A5D; }

 a { background-color: rgb(68,138,93); }

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

<style>
 span { border-color: #448A5D; }

 span { border-color: rgb(68,138,93); }

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