Html Css Color HEX #448986 Blue Chill

📋 copy color: '#448986'

red 68 ◦ green 137 ◦ blue 134

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

Shades of Blue Chill #448986

Tints of Blue Chill #448986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 20.06%
G = 40.41%
B = 39.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#448986 (or 0x448986) is known color: Blue Chill. HEX triplet: 44, 89 and 86. RGB value is (68,137,134). Sum of RGB (Red+Green+Blue) = 68+137+134=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #448986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448986 is #BB7679. Grayscale: #737373. Windows color (decimal): -12285562 or 8816964. OLE color: 8816964.

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

Color convert

RGB 68 137 134 -
CMYK 0.50 0 0.02 0.46
HSL 177.39º 0.34% 0.4% -
HSV(B) 177.39º 0.5% 0.54% -
XYZ 15.63 20.84 25.75 -
YUV 116.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 68 137 134 0.50 0 0.02 0.46 177.39 0.34 0.4
Hex 44 89 86 32 0 2 2E B1 22 28
Octal 104 211 206 62 0 2 56 261 42 50
Binary 1000100 10001001 10000110 110010 0 10 101110 10110001 100010 101000

Color Harmonies of #448986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448986

Black with #448986

Text Example


Text Example

White with #448986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448986; }

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

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

background-color css

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

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

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

border-color css

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

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

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