Html Css Color HEX #448B8E Blue Chill

📋 copy color: '#448B8E'

red 68 ◦ green 139 ◦ blue 142

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

Shades of Blue Chill #448B8E

Tints of Blue Chill #448B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

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

R = 19.48%
G = 39.83%
B = 40.69%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#448B8E (or 0x448B8E) is known color: Blue Chill. HEX triplet: 44, 8B and 8E. RGB value is (68,139,142). Sum of RGB (Red+Green+Blue) = 68+139+142=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #448B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B8E is #BB7471. Grayscale: #767676. Windows color (decimal): -12285042 or 9341764. OLE color: 9341764.

HSL color Cylindrical-coordinate representation of color #448B8E: hue angle of 182.43º 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 #448B8E is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 139 142 -
CMYK 0.52 0.02 0 0.44
HSL 182.43º 0.35% 0.41% -
HSV(B) 182.43º 0.52% 0.56% -
XYZ 16.5 21.65 28.9 -
YUV 118.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 68 139 142 0.52 0.02 0 0.44 182.43 0.35 0.41
Hex 44 8B 8E 34 2 0 2C B6 23 29
Octal 104 213 216 64 2 0 54 266 43 51
Binary 1000100 10001011 10001110 110100 10 0 101100 10110110 100011 101001

Color Harmonies of #448B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B8E

Black with #448B8E

Text Example


Text Example

White with #448B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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