Html Css Color HEX #468D90 Blue Chill

📋 copy color: '#468D90'

red 70 ◦ green 141 ◦ blue 144

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

Shades of Blue Chill #468D90

Tints of Blue Chill #468D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 19.72%
G = 39.72%
B = 40.56%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468D90 (or 0x468D90) is known color: Blue Chill. HEX triplet: 46, 8D and 90. RGB value is (70,141,144). Sum of RGB (Red+Green+Blue) = 70+141+144=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #468D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D90 is #B9726F. Grayscale: #787878. Windows color (decimal): -12153456 or 9473350. OLE color: 9473350.

HSL color Cylindrical-coordinate representation of color #468D90: hue angle of 182.43º degrees, saturation: 0.35, 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 #468D90 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 141 144 -
CMYK 0.51 0.02 0 0.44
HSL 182.43º 0.35% 0.42% -
HSV(B) 182.43º 0.51% 0.56% -
XYZ 17.08 22.37 29.8 -
YUV 120.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 70 141 144 0.51 0.02 0 0.44 182.43 0.35 0.42
Hex 46 8D 90 33 2 0 2C B6 23 2A
Octal 106 215 220 63 2 0 54 266 43 52
Binary 1000110 10001101 10010000 110011 10 0 101100 10110110 100011 101010

Color Harmonies of #468D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D90

Black with #468D90

Text Example


Text Example

White with #468D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,141,144); }

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

background-color css

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

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

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

border-color css

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

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

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