Html Css Color HEX #468490 Hippie Blue

📋 copy color: '#468490'

red 70 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #468490

Tints of Hippie Blue #468490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 20.23%
G = 38.15%
B = 41.62%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468490 (or 0x468490) is known color: Hippie Blue. HEX triplet: 46, 84 and 90. RGB value is (70,132,144). Sum of RGB (Red+Green+Blue) = 70+132+144=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #468490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468490 is #B97B6F. Grayscale: #727272. Windows color (decimal): -12155760 or 9471046. OLE color: 9471046.

HSL color Cylindrical-coordinate representation of color #468490: hue angle of 189.73º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468490 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 132 144 -
CMYK 0.51 0.08 0 0.44
HSL 189.73º 0.35% 0.42% -
HSV(B) 189.73º 0.51% 0.56% -
XYZ 15.81 19.82 29.38 -
YUV 114.83 144.46 96.02 -
System Red Green Blue C M Y K H S L
Decimal 70 132 144 0.51 0.08 0 0.44 189.73 0.35 0.42
Hex 46 84 90 33 8 0 2C BE 23 2A
Octal 106 204 220 63 10 0 54 276 43 52
Binary 1000110 10000100 10010000 110011 1000 0 101100 10111110 100011 101010

Color Harmonies of #468490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468490

Black with #468490

Text Example


Text Example

White with #468490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468490; }

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

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

background-color css

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

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

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

border-color css

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

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

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