Html Css Color HEX #449297 Blue Chill

📋 copy color: '#449297'

red 68 ◦ green 146 ◦ blue 151

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

Shades of Blue Chill #449297

Tints of Blue Chill #449297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 151 (59.38% from 255) = 41.37%

R = 18.63%
G = 40%
B = 41.37%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#449297 (or 0x449297) is known color: Blue Chill. HEX triplet: 44, 92 and 97. RGB value is (68,146,151). Sum of RGB (Red+Green+Blue) = 68+146+151=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #449297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449297 is #BB6D68. Grayscale: #7B7B7B. Windows color (decimal): -12283241 or 9933380. OLE color: 9933380.

HSL color Cylindrical-coordinate representation of color #449297: hue angle of 183.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449297 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 146 151 -
CMYK 0.55 0.03 0 0.41
HSL 183.61º 0.38% 0.43% -
HSV(B) 183.61º 0.55% 0.59% -
XYZ 18.25 24.02 32.95 -
YUV 123.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 68 146 151 0.55 0.03 0 0.41 183.61 0.38 0.43
Hex 44 92 97 37 3 0 29 B8 26 2B
Octal 104 222 227 67 3 0 51 270 46 53
Binary 1000100 10010010 10010111 110111 11 0 101001 10111000 100110 101011

Color Harmonies of #449297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449297

Black with #449297

Text Example


Text Example

White with #449297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449297; }

 p { color: rgb(68,146,151); }

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

background-color css

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

 a { background-color: rgb(68,146,151); }

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

border-color css

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

 span { border-color: rgb(68,146,151); }

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