Html Css Color HEX #448D92 Blue Chill

📋 copy color: '#448D92'

red 68 ◦ green 141 ◦ blue 146

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

Shades of Blue Chill #448D92

Tints of Blue Chill #448D92

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 19.15%
G = 39.72%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#448D92 (or 0x448D92) is known color: Blue Chill. HEX triplet: 44, 8D and 92. RGB value is (68,141,146). Sum of RGB (Red+Green+Blue) = 68+141+146=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #448D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D92 is #BB726D. Grayscale: #777777. Windows color (decimal): -12284526 or 9604420. OLE color: 9604420.

HSL color Cylindrical-coordinate representation of color #448D92: hue angle of 183.85º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448D92 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 141 146 -
CMYK 0.53 0.03 0 0.43
HSL 183.85º 0.36% 0.42% -
HSV(B) 183.85º 0.53% 0.57% -
XYZ 17.1 22.35 30.61 -
YUV 119.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 68 141 146 0.53 0.03 0 0.43 183.85 0.36 0.42
Hex 44 8D 92 35 3 0 2B B8 24 2A
Octal 104 215 222 65 3 0 53 270 44 52
Binary 1000100 10001101 10010010 110101 11 0 101011 10111000 100100 101010

Color Harmonies of #448D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D92

Black with #448D92

Text Example


Text Example

White with #448D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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