Html Css Color HEX #449A9A Blue Chill

📋 copy color: '#449A9A'

red 68 ◦ green 154 ◦ blue 154

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

Shades of Blue Chill #449A9A

Tints of Blue Chill #449A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 18.09%
G = 40.96%
B = 40.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#449A9A (or 0x449A9A) is known color: Blue Chill. HEX triplet: 44, 9A and 9A. RGB value is (68,154,154). Sum of RGB (Red+Green+Blue) = 68+154+154=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #449A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A9A is #BB6565. Grayscale: #808080. Windows color (decimal): -12281190 or 10132036. OLE color: 10132036.

HSL color Cylindrical-coordinate representation of color #449A9A: hue angle of 180º 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 #449A9A is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 154 -
CMYK 0.56 0 0 0.40
HSL 180º 0.39% 0.44% -
HSV(B) 180º 0.56% 0.6% -
XYZ 19.77 26.67 34.68 -
YUV 128.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 68 154 154 0.56 0 0 0.40 180 0.39 0.44
Hex 44 9A 9A 38 0 0 28 B4 27 2C
Octal 104 232 232 70 0 0 50 264 47 54
Binary 1000100 10011010 10011010 111000 0 0 101000 10110100 100111 101100

Color Harmonies of #449A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A9A

Black with #449A9A

Text Example


Text Example

White with #449A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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