Html Css Color HEX #468798 Hippie Blue

📋 copy color: '#468798'

red 70 ◦ green 135 ◦ blue 152

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

Shades of Hippie Blue #468798

Tints of Hippie Blue #468798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 19.61%
G = 37.82%
B = 42.58%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#468798 (or 0x468798) is known color: Hippie Blue. HEX triplet: 46, 87 and 98. RGB value is (70,135,152). Sum of RGB (Red+Green+Blue) = 70+135+152=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #468798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468798 is #B97867. Grayscale: #757575. Windows color (decimal): -12154984 or 9996102. OLE color: 9996102.

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

Color convert

RGB 70 135 152 -
CMYK 0.54 0.11 0 0.40
HSL 192.44º 0.37% 0.44% -
HSV(B) 192.44º 0.54% 0.6% -
XYZ 16.86 20.9 32.85 -
YUV 117.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 70 135 152 0.54 0.11 0 0.40 192.44 0.37 0.44
Hex 46 87 98 36 B 0 28 C0 25 2C
Octal 106 207 230 66 13 0 50 300 45 54
Binary 1000110 10000111 10011000 110110 1011 0 101000 11000000 100101 101100

Color Harmonies of #468798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468798

Black with #468798

Text Example


Text Example

White with #468798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468798; }

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

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

background-color css

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

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

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

border-color css

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

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

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