Html Css Color HEX #449B98 Blue Chill

📋 copy color: '#449B98'

red 68 ◦ green 155 ◦ blue 152

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

Shades of Blue Chill #449B98

Tints of Blue Chill #449B98

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 18.13%
G = 41.33%
B = 40.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#449B98 (or 0x449B98) is known color: Blue Chill. HEX triplet: 44, 9B and 98. RGB value is (68,155,152). Sum of RGB (Red+Green+Blue) = 68+155+152=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #449B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B98 is #BB6467. Grayscale: #808080. Windows color (decimal): -12280936 or 10001220. OLE color: 10001220.

HSL color Cylindrical-coordinate representation of color #449B98: hue angle of 177.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B98 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 152 -
CMYK 0.56 0 0.02 0.39
HSL 177.93º 0.39% 0.44% -
HSV(B) 177.93º 0.56% 0.61% -
XYZ 19.77 26.94 33.86 -
YUV 128.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 68 155 152 0.56 0 0.02 0.39 177.93 0.39 0.44
Hex 44 9B 98 38 0 2 27 B2 27 2C
Octal 104 233 230 70 0 2 47 262 47 54
Binary 1000100 10011011 10011000 111000 0 10 100111 10110010 100111 101100

Color Harmonies of #449B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B98

Black with #449B98

Text Example


Text Example

White with #449B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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