Html Css Color HEX #468990 Blue Chill

📋 copy color: '#468990'

red 70 ◦ green 137 ◦ blue 144

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

Shades of Blue Chill #468990

Tints of Blue Chill #468990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

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

R = 19.94%
G = 39.03%
B = 41.03%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468990 (or 0x468990) is known color: Blue Chill. HEX triplet: 46, 89 and 90. RGB value is (70,137,144). Sum of RGB (Red+Green+Blue) = 70+137+144=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #468990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468990 is #B9766F. Grayscale: #757575. Windows color (decimal): -12154480 or 9472326. OLE color: 9472326.

HSL color Cylindrical-coordinate representation of color #468990: hue angle of 185.68º 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 #468990 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 137 144 -
CMYK 0.51 0.05 0 0.44
HSL 185.68º 0.35% 0.42% -
HSV(B) 185.68º 0.51% 0.56% -
XYZ 16.51 21.21 29.61 -
YUV 117.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 70 137 144 0.51 0.05 0 0.44 185.68 0.35 0.42
Hex 46 89 90 33 5 0 2C BA 23 2A
Octal 106 211 220 63 5 0 54 272 43 52
Binary 1000110 10001001 10010000 110011 101 0 101100 10111010 100011 101010

Color Harmonies of #468990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468990

Black with #468990

Text Example


Text Example

White with #468990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468990; }

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

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

background-color css

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

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

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

border-color css

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

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

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