Html Css Color HEX #449498 Blue Chill

📋 copy color: '#449498'

red 68 ◦ green 148 ◦ blue 152

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

Shades of Blue Chill #449498

Tints of Blue Chill #449498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 18.48%
G = 40.22%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#449498 (or 0x449498) is known color: Blue Chill. HEX triplet: 44, 94 and 98. RGB value is (68,148,152). Sum of RGB (Red+Green+Blue) = 68+148+152=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #449498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449498 is #BB6B67. Grayscale: #7C7C7C. Windows color (decimal): -12282728 or 9999428. OLE color: 9999428.

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

Color convert

RGB 68 148 152 -
CMYK 0.55 0.03 0 0.40
HSL 182.86º 0.38% 0.43% -
HSV(B) 182.86º 0.55% 0.6% -
XYZ 18.64 24.68 33.49 -
YUV 124.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 68 148 152 0.55 0.03 0 0.40 182.86 0.38 0.43
Hex 44 94 98 37 3 0 28 B7 26 2B
Octal 104 224 230 67 3 0 50 267 46 53
Binary 1000100 10010100 10011000 110111 11 0 101000 10110111 100110 101011

Color Harmonies of #449498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449498

Black with #449498

Text Example


Text Example

White with #449498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449498; }

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

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

background-color css

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

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

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

border-color css

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

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

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