Html Css Color HEX #448D8E Blue Chill

📋 copy color: '#448D8E'

red 68 ◦ green 141 ◦ blue 142

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

Shades of Blue Chill #448D8E

Tints of Blue Chill #448D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 19.37%
G = 40.17%
B = 40.46%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448D8E (or 0x448D8E) is known color: Blue Chill. HEX triplet: 44, 8D and 8E. RGB value is (68,141,142). Sum of RGB (Red+Green+Blue) = 68+141+142=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #448D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D8E is #BB7271. Grayscale: #777777. Windows color (decimal): -12284530 or 9342276. OLE color: 9342276.

HSL color Cylindrical-coordinate representation of color #448D8E: hue angle of 180.81º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D8E is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 141 142 -
CMYK 0.52 0.01 0 0.44
HSL 180.81º 0.35% 0.41% -
HSV(B) 180.81º 0.52% 0.56% -
XYZ 16.79 22.23 29 -
YUV 119.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 68 141 142 0.52 0.01 0 0.44 180.81 0.35 0.41
Hex 44 8D 8E 34 1 0 2C B5 23 29
Octal 104 215 216 64 1 0 54 265 43 51
Binary 1000100 10001101 10001110 110100 1 0 101100 10110101 100011 101001

Color Harmonies of #448D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D8E

Black with #448D8E

Text Example


Text Example

White with #448D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,142); }

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

background-color css

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

 a { background-color: rgb(68,141,142); }

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

border-color css

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

 span { border-color: rgb(68,141,142); }

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