#468995

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

Shades of Hippie Blue #468995

Tints of Hippie Blue #468995

Color information

#468995 (or 0x468995) is unknown color: approx Hippie Blue. HEX triplet: 46, 89 and 95. RGB value is (70,137,149). Sum of RGB (Red+Green+Blue) = 70+137+149=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #468995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468995 is #B9766A. Grayscale: #767676. Windows color (decimal): -12154475 or 9800006. OLE color: 9800006.

HSL color Cylindrical-coordinate representation of color #468995: hue angle of 189.11º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #468995 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70137149-
CMYK0.530.0800.42
HSL189.11º36.07%42.94%-
HSV(B)189.11º53.02%58.43%-
XYZ16.921.3631.67-
YUV118.34145.393.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=19.66%
G=38.48%
B=41.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701371490.530.0800.42189.1136.0742.94
Hex46899535802Abd242b
Octal10621122565100522754453
Binary100011010001001100101011101011000010101010111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468995; }

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

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

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

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

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

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

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

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