Html Css Color HEX #449E98 Blue Chill

📋 copy color: '#449E98'

red 68 ◦ green 158 ◦ blue 152

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

Shades of Blue Chill #449E98

Tints of Blue Chill #449E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 17.99%
G = 41.8%
B = 40.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#449E98 (or 0x449E98) is known color: Blue Chill. HEX triplet: 44, 9E and 98. RGB value is (68,158,152). Sum of RGB (Red+Green+Blue) = 68+158+152=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #449E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E98 is #BB6167. Grayscale: #828282. Windows color (decimal): -12280168 or 10001988. OLE color: 10001988.

HSL color Cylindrical-coordinate representation of color #449E98: hue angle of 176º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E98 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 152 -
CMYK 0.57 0 0.04 0.38
HSL 176º 0.4% 0.44% -
HSV(B) 176º 0.57% 0.62% -
XYZ 20.28 27.95 34.03 -
YUV 130.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 68 158 152 0.57 0 0.04 0.38 176 0.4 0.44
Hex 44 9E 98 39 0 4 26 B0 28 2C
Octal 104 236 230 71 0 4 46 260 50 54
Binary 1000100 10011110 10011000 111001 0 100 100110 10110000 101000 101100

Color Harmonies of #449E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E98

Black with #449E98

Text Example


Text Example

White with #449E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449E98; }

 p { color: rgb(68,158,152); }

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

background-color css

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

 a { background-color: rgb(68,158,152); }

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

border-color css

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

 span { border-color: rgb(68,158,152); }

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