Html Css Color HEX #468B89 Blue Chill

📋 copy color: '#468B89'

red 70 ◦ green 139 ◦ blue 137

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

Shades of Blue Chill #468B89

Tints of Blue Chill #468B89

RGB

 RED value IS 70 (27.73% from 255) = 20.23%

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 20.23%
G = 40.17%
B = 39.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#468B89 (or 0x468B89) is known color: Blue Chill. HEX triplet: 46, 8B and 89. RGB value is (70,139,137). Sum of RGB (Red+Green+Blue) = 70+139+137=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #468B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B89 is #B97476. Grayscale: #767676. Windows color (decimal): -12153975 or 9014086. OLE color: 9014086.

HSL color Cylindrical-coordinate representation of color #468B89: hue angle of 178.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B89 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 137 -
CMYK 0.50 0 0.01 0.45
HSL 178.26º 0.33% 0.41% -
HSV(B) 178.26º 0.5% 0.55% -
XYZ 16.27 21.57 26.97 -
YUV 118.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 70 139 137 0.50 0 0.01 0.45 178.26 0.33 0.41
Hex 46 8B 89 32 0 1 2D B2 21 29
Octal 106 213 211 62 0 1 55 262 41 51
Binary 1000110 10001011 10001001 110010 0 1 101101 10110010 100001 101001

Color Harmonies of #468B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B89

Black with #468B89

Text Example


Text Example

White with #468B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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