Html Css Color HEX #468999 Hippie Blue

📋 copy color: '#468999'

red 70 ◦ green 137 ◦ blue 153

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

Shades of Hippie Blue #468999

Tints of Hippie Blue #468999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 19.44%
G = 38.06%
B = 42.5%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#468999 (or 0x468999) is known color: Hippie Blue. HEX triplet: 46, 89 and 99. RGB value is (70,137,153). Sum of RGB (Red+Green+Blue) = 70+137+153=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #468999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468999 is #B97666. Grayscale: #767676. Windows color (decimal): -12154471 or 10062150. OLE color: 10062150.

HSL color Cylindrical-coordinate representation of color #468999: hue angle of 191.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468999 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 137 153 -
CMYK 0.54 0.10 0 0.4
HSL 191.57º 0.37% 0.44% -
HSV(B) 191.57º 0.54% 0.6% -
XYZ 17.22 21.49 33.38 -
YUV 118.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 70 137 153 0.54 0.10 0 0.4 191.57 0.37 0.44
Hex 46 89 99 36 A 0 28 C0 25 2C
Octal 106 211 231 66 12 0 50 300 45 54
Binary 1000110 10001001 10011001 110110 1010 0 101000 11000000 100101 101100

Color Harmonies of #468999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468999

Black with #468999

Text Example


Text Example

White with #468999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468999; }

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

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

background-color css

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

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

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

border-color css

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

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

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