Html Css Color HEX #448790 Blue Chill

📋 copy color: '#448790'

red 68 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #448790

Tints of Blue Chill #448790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 19.6%
G = 38.9%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448790 (or 0x448790) is known color: Blue Chill. HEX triplet: 44, 87 and 90. RGB value is (68,135,144). Sum of RGB (Red+Green+Blue) = 68+135+144=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #448790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448790 is #BB786F. Grayscale: #737373. Windows color (decimal): -12286064 or 9471812. OLE color: 9471812.

HSL color Cylindrical-coordinate representation of color #448790: hue angle of 187.11º 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 #448790 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 135 144 -
CMYK 0.53 0.06 0 0.44
HSL 187.11º 0.36% 0.42% -
HSV(B) 187.11º 0.53% 0.56% -
XYZ 16.08 20.57 29.51 -
YUV 115.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 68 135 144 0.53 0.06 0 0.44 187.11 0.36 0.42
Hex 44 87 90 35 6 0 2C BB 24 2A
Octal 104 207 220 65 6 0 54 273 44 52
Binary 1000100 10000111 10010000 110101 110 0 101100 10111011 100100 101010

Color Harmonies of #448790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448790

Black with #448790

Text Example


Text Example

White with #448790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448790; }

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

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

background-color css

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

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

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

border-color css

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

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

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