Html Css Color HEX #468390 Hippie Blue

📋 copy color: '#468390'

red 70 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #468390

Tints of Hippie Blue #468390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

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

R = 20.29%
G = 37.97%
B = 41.74%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468390 (or 0x468390) is known color: Hippie Blue. HEX triplet: 46, 83 and 90. RGB value is (70,131,144). Sum of RGB (Red+Green+Blue) = 70+131+144=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #468390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468390 is #B97C6F. Grayscale: #727272. Windows color (decimal): -12156016 or 9470790. OLE color: 9470790.

HSL color Cylindrical-coordinate representation of color #468390: hue angle of 190.54º 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 #468390 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 131 144 -
CMYK 0.51 0.09 0 0.44
HSL 190.54º 0.35% 0.42% -
HSV(B) 190.54º 0.51% 0.56% -
XYZ 15.68 19.55 29.33 -
YUV 114.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 70 131 144 0.51 0.09 0 0.44 190.54 0.35 0.42
Hex 46 83 90 33 9 0 2C BF 23 2A
Octal 106 203 220 63 11 0 54 277 43 52
Binary 1000110 10000011 10010000 110011 1001 0 101100 10111111 100011 101010

Color Harmonies of #468390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468390

Black with #468390

Text Example


Text Example

White with #468390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468390; }

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

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

background-color css

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

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

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

border-color css

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

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

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