#468793

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

Shades of Hippie Blue #468793

Tints of Hippie Blue #468793

Color information

#468793 (or 0x468793) is unknown color: approx Hippie Blue. HEX triplet: 46, 87 and 93. RGB value is (70,135,147). Sum of RGB (Red+Green+Blue) = 70+135+147=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #468793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468793 is #B9786C. Grayscale: #747474. Windows color (decimal): -12154989 or 9668422. OLE color: 9668422.

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

Color convert

RGB70135147-
CMYK0.520.0800.42
HSL189.35º35.48%42.55%-
HSV(B)189.35º52.38%57.65%-
XYZ16.4620.7430.74-
YUV116.93144.9794.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=19.89%
G=38.35%
B=41.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701351470.520.0800.42189.3535.4842.55
Hex46879334802Abd232b
Octal10620722364100522754353
Binary100011010000111100100111101001000010101010111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468793; }

 p { color: rgb(70,135,147); }

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

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

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

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

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

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

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