#468C9D

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

Shades of Hippie Blue #468C9D

Tints of Hippie Blue #468C9D

Color information

#468C9D (or 0x468C9D) is unknown color: approx Hippie Blue. HEX triplet: 46, 8C and 9D. RGB value is (70,140,157). Sum of RGB (Red+Green+Blue) = 70+140+157=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #468C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C9D is #B97362. Grayscale: #787878. Windows color (decimal): -12153699 or 10325062. OLE color: 10325062.

HSL color Cylindrical-coordinate representation of color #468C9D: hue angle of 191.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #468C9D is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70140157-
CMYK0.550.1100.38
HSL191.72º38.33%44.51%-
HSV(B)191.72º55.41%61.57%-
XYZ17.9922.4935.29-
YUV121.01148.3191.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=19.07%
G=38.15%
B=42.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701401570.550.1100.38191.7238.3344.51
Hex468C9D37B026c0262d
Octal10621423567130463004655
Binary100011010001100100111011101111011010011011000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,140,157); }

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

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

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

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

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

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

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