#468B93

Color #468B93 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #468B93

Tints of Blue Chill #468B93

Color information

#468B93 (or 0x468B93) is unknown color: approx Blue Chill. HEX triplet: 46, 8B and 93. RGB value is (70,139,147). Sum of RGB (Red+Green+Blue) = 70+139+147=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #468B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B93 is #B9746C. Grayscale: #777777. Windows color (decimal): -12153965 or 9669446. OLE color: 9669446.

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

Color convert

RGB70139147-
CMYK0.520.0500.42
HSL186.23º35.48%42.55%-
HSV(B)186.23º52.38%57.65%-
XYZ17.0221.8730.93-
YUV119.28143.6492.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=19.66%
G=39.04%
B=41.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701391470.520.0500.42186.2335.4842.55
Hex468B9334502Aba232b
Octal1062132236450522724353
Binary10001101000101110010011110100101010101010111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #468B93;
 }
 .AnyTagClassName
 {
   color: #468B93;
 }
</style>
background-color css

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

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

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

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

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

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