Html Css Color HEX #448990 Blue Chill

📋 copy color: '#448990'

red 68 ◦ green 137 ◦ blue 144

#448990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #448990

Tints of Blue Chill #448990

RGB

 RED value IS 68 (26.95% from 255) = 19.48%

 GREEN value IS 137 (53.91% from 255) = 39.26%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 19.48%
G = 39.26%
B = 41.26%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448990 (or 0x448990) is known color: Blue Chill. HEX triplet: 44, 89 and 90. RGB value is (68,137,144). Sum of RGB (Red+Green+Blue) = 68+137+144=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #448990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448990 is #BB766F. Grayscale: #757575. Windows color (decimal): -12285552 or 9472324. OLE color: 9472324.

HSL color Cylindrical-coordinate representation of color #448990: hue angle of 185.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448990 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 137 144 -
CMYK 0.53 0.05 0 0.44
HSL 185.53º 0.36% 0.42% -
HSV(B) 185.53º 0.53% 0.56% -
XYZ 16.36 21.13 29.6 -
YUV 117.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 68 137 144 0.53 0.05 0 0.44 185.53 0.36 0.42
Hex 44 89 90 35 5 0 2C BA 24 2A
Octal 104 211 220 65 5 0 54 272 44 52
Binary 1000100 10001001 10010000 110101 101 0 101100 10111010 100100 101010

Color Harmonies of #448990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448990

Black with #448990

Text Example


Text Example

White with #448990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448990; }

 p { color: rgb(68,137,144); }

 H1.HeaderClassName
 {
   color: #448990;
 }
 .AnyTagClassName
 {
   color: #448990;
 }
</style>

background-color css

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

 a { background-color: rgb(68,137,144); }

 div.DivClassName
 {
   background-color: #448990;
 }
 .BgClassName
 {
   background-color: #448990;
 }
</style>

border-color css

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

 span { border-color: rgb(68,137,144); }

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