Html Css Color HEX #468596 Hippie Blue

📋 copy color: '#468596'

red 70 ◦ green 133 ◦ blue 150

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

Shades of Hippie Blue #468596

Tints of Hippie Blue #468596

RGB

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

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

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

R = 19.83%
G = 37.68%
B = 42.49%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#468596 (or 0x468596) is known color: Hippie Blue. HEX triplet: 46, 85 and 96. RGB value is (70,133,150). Sum of RGB (Red+Green+Blue) = 70+133+150=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #468596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468596 is #B97A69. Grayscale: #737373. Windows color (decimal): -12155498 or 9864518. OLE color: 9864518.

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

Color convert

RGB 70 133 150 -
CMYK 0.53 0.11 0 0.41
HSL 192.75º 0.36% 0.43% -
HSV(B) 192.75º 0.53% 0.59% -
XYZ 16.42 20.28 31.9 -
YUV 116.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 70 133 150 0.53 0.11 0 0.41 192.75 0.36 0.43
Hex 46 85 96 35 B 0 29 C1 24 2B
Octal 106 205 226 65 13 0 51 301 44 53
Binary 1000110 10000101 10010110 110101 1011 0 101001 11000001 100100 101011

Color Harmonies of #468596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468596

Black with #468596

Text Example


Text Example

White with #468596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468596; }

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

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

background-color css

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

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

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

border-color css

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

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

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