Html Css Color HEX #468796 Hippie Blue

📋 copy color: '#468796'

red 70 ◦ green 135 ◦ blue 150

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

Shades of Hippie Blue #468796

Tints of Hippie Blue #468796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 19.72%
G = 38.03%
B = 42.25%

CMYK

 C value IS 0.53

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#468796 (or 0x468796) is known color: Hippie Blue. HEX triplet: 46, 87 and 96. RGB value is (70,135,150). Sum of RGB (Red+Green+Blue) = 70+135+150=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #468796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468796 is #B97869. Grayscale: #757575. Windows color (decimal): -12154986 or 9865030. OLE color: 9865030.

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

Color convert

RGB 70 135 150 -
CMYK 0.53 0.1 0 0.41
HSL 191.25º 0.36% 0.43% -
HSV(B) 191.25º 0.53% 0.59% -
XYZ 16.69 20.83 32 -
YUV 117.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 70 135 150 0.53 0.1 0 0.41 191.25 0.36 0.43
Hex 46 87 96 35 A 0 29 BF 24 2B
Octal 106 207 226 65 12 0 51 277 44 53
Binary 1000110 10000111 10010110 110101 1010 0 101001 10111111 100100 101011

Color Harmonies of #468796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468796

Black with #468796

Text Example


Text Example

White with #468796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468796; }

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

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

background-color css

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

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

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

border-color css

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

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

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