Html Css Color HEX #468799 Hippie Blue

📋 copy color: '#468799'

red 70 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #468799

Tints of Hippie Blue #468799

RGB

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

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

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

R = 19.55%
G = 37.71%
B = 42.74%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#468799 (or 0x468799) is known color: Hippie Blue. HEX triplet: 46, 87 and 99. RGB value is (70,135,153). Sum of RGB (Red+Green+Blue) = 70+135+153=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #468799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468799 is #B97866. Grayscale: #757575. Windows color (decimal): -12154983 or 10061638. OLE color: 10061638.

HSL color Cylindrical-coordinate representation of color #468799: hue angle of 193.01º 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 #468799 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 135 153 -
CMYK 0.54 0.12 0 0.4
HSL 193.01º 0.37% 0.44% -
HSV(B) 193.01º 0.54% 0.6% -
XYZ 16.94 20.93 33.28 -
YUV 117.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 70 135 153 0.54 0.12 0 0.4 193.01 0.37 0.44
Hex 46 87 99 36 C 0 28 C1 25 2C
Octal 106 207 231 66 14 0 50 301 45 54
Binary 1000110 10000111 10011001 110110 1100 0 101000 11000001 100101 101100

Color Harmonies of #468799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468799

Black with #468799

Text Example


Text Example

White with #468799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468799; }

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

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

background-color css

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

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

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

border-color css

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

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

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