Html Css Color HEX #468E8E Blue Chill

📋 copy color: '#468E8E'

red 70 ◦ green 142 ◦ blue 142

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

Shades of Blue Chill #468E8E

Tints of Blue Chill #468E8E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 19.77%
G = 40.11%
B = 40.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468E8E (or 0x468E8E) is known color: Blue Chill. HEX triplet: 46, 8E and 8E. RGB value is (70,142,142). Sum of RGB (Red+Green+Blue) = 70+142+142=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #468E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E8E is #B97171. Grayscale: #787878. Windows color (decimal): -12153202 or 9342534. OLE color: 9342534.

HSL color Cylindrical-coordinate representation of color #468E8E: hue angle of 180º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E8E is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 142 142 -
CMYK 0.51 0 0 0.44
HSL 180º 0.34% 0.42% -
HSV(B) 180º 0.51% 0.56% -
XYZ 17.08 22.6 29.05 -
YUV 120.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 70 142 142 0.51 0 0 0.44 180 0.34 0.42
Hex 46 8E 8E 33 0 0 2C B4 22 2A
Octal 106 216 216 63 0 0 54 264 42 52
Binary 1000110 10001110 10001110 110011 0 0 101100 10110100 100010 101010

Color Harmonies of #468E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468E8E

Black with #468E8E

Text Example


Text Example

White with #468E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,142,142); }

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

background-color css

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

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

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

border-color css

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

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

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