Html Css Color HEX #448B93 Blue Chill

📋 copy color: '#448B93'

red 68 ◦ green 139 ◦ blue 147

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

Shades of Blue Chill #448B93

Tints of Blue Chill #448B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

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

R = 19.21%
G = 39.27%
B = 41.53%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#448B93 (or 0x448B93) is known color: Blue Chill. HEX triplet: 44, 8B and 93. RGB value is (68,139,147). Sum of RGB (Red+Green+Blue) = 68+139+147=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #448B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B93 is #BB746C. Grayscale: #767676. Windows color (decimal): -12285037 or 9669444. OLE color: 9669444.

HSL color Cylindrical-coordinate representation of color #448B93: hue angle of 186.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448B93 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 139 147 -
CMYK 0.54 0.05 0 0.42
HSL 186.08º 0.37% 0.42% -
HSV(B) 186.08º 0.54% 0.58% -
XYZ 16.88 21.8 30.92 -
YUV 118.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 68 139 147 0.54 0.05 0 0.42 186.08 0.37 0.42
Hex 44 8B 93 36 5 0 2A BA 25 2A
Octal 104 213 223 66 5 0 52 272 45 52
Binary 1000100 10001011 10010011 110110 101 0 101010 10111010 100101 101010

Color Harmonies of #448B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B93

Black with #448B93

Text Example


Text Example

White with #448B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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