Html Css Color HEX #449A93 Blue Chill

📋 copy color: '#449A93'

red 68 ◦ green 154 ◦ blue 147

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

Shades of Blue Chill #449A93

Tints of Blue Chill #449A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 18.43%
G = 41.73%
B = 39.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#449A93 (or 0x449A93) is known color: Blue Chill. HEX triplet: 44, 9A and 93. RGB value is (68,154,147). Sum of RGB (Red+Green+Blue) = 68+154+147=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #449A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A93 is #BB656C. Grayscale: #7F7F7F. Windows color (decimal): -12281197 or 9673284. OLE color: 9673284.

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

Color convert

RGB 68 154 147 -
CMYK 0.56 0 0.05 0.40
HSL 175.12º 0.39% 0.44% -
HSV(B) 175.12º 0.56% 0.6% -
XYZ 19.21 26.45 31.7 -
YUV 127.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 68 154 147 0.56 0 0.05 0.40 175.12 0.39 0.44
Hex 44 9A 93 38 0 5 28 AF 27 2C
Octal 104 232 223 70 0 5 50 257 47 54
Binary 1000100 10011010 10010011 111000 0 101 101000 10101111 100111 101100

Color Harmonies of #449A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A93

Black with #449A93

Text Example


Text Example

White with #449A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,154,147); }

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

background-color css

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

 a { background-color: rgb(68,154,147); }

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

border-color css

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

 span { border-color: rgb(68,154,147); }

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