Html Css Color HEX #468493 Hippie Blue

📋 copy color: '#468493'

red 70 ◦ green 132 ◦ blue 147

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

Shades of Hippie Blue #468493

Tints of Hippie Blue #468493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 20.06%
G = 37.82%
B = 42.12%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468493 (or 0x468493) is known color: Hippie Blue. HEX triplet: 46, 84 and 93. RGB value is (70,132,147). Sum of RGB (Red+Green+Blue) = 70+132+147=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #468493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468493 is #B97B6C. Grayscale: #737373. Windows color (decimal): -12155757 or 9667654. OLE color: 9667654.

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

Color convert

RGB 70 132 147 -
CMYK 0.52 0.10 0 0.42
HSL 191.69º 0.35% 0.43% -
HSV(B) 191.69º 0.52% 0.58% -
XYZ 16.04 19.91 30.6 -
YUV 115.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 70 132 147 0.52 0.10 0 0.42 191.69 0.35 0.43
Hex 46 84 93 34 A 0 2A C0 23 2B
Octal 106 204 223 64 12 0 52 300 43 53
Binary 1000110 10000100 10010011 110100 1010 0 101010 11000000 100011 101011

Color Harmonies of #468493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468493

Black with #468493

Text Example


Text Example

White with #468493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468493; }

 p { color: rgb(70,132,147); }

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

background-color css

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

 a { background-color: rgb(70,132,147); }

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

border-color css

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

 span { border-color: rgb(70,132,147); }

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