Html Css Color HEX #468595 Hippie Blue

📋 copy color: '#468595'

red 70 ◦ green 133 ◦ blue 149

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

Shades of Hippie Blue #468595

Tints of Hippie Blue #468595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 19.89%
G = 37.78%
B = 42.33%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468595 (or 0x468595) is known color: Hippie Blue. HEX triplet: 46, 85 and 95. RGB value is (70,133,149). Sum of RGB (Red+Green+Blue) = 70+133+149=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #468595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468595 is #B97A6A. Grayscale: #737373. Windows color (decimal): -12155499 or 9798982. OLE color: 9798982.

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

Color convert

RGB 70 133 149 -
CMYK 0.53 0.11 0 0.42
HSL 192.15º 0.36% 0.43% -
HSV(B) 192.15º 0.53% 0.58% -
XYZ 16.34 20.25 31.48 -
YUV 115.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 70 133 149 0.53 0.11 0 0.42 192.15 0.36 0.43
Hex 46 85 95 35 B 0 2A C0 24 2B
Octal 106 205 225 65 13 0 52 300 44 53
Binary 1000110 10000101 10010101 110101 1011 0 101010 11000000 100100 101011

Color Harmonies of #468595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468595

Black with #468595

Text Example


Text Example

White with #468595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468595; }

 p { color: rgb(70,133,149); }

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

background-color css

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

 a { background-color: rgb(70,133,149); }

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

border-color css

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

 span { border-color: rgb(70,133,149); }

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