Html Css Color HEX #468790 Hippie Blue

📋 copy color: '#468790'

red 70 ◦ green 135 ◦ blue 144

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

Shades of Hippie Blue #468790

Tints of Hippie Blue #468790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 20.06%
G = 38.68%
B = 41.26%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468790 (or 0x468790) is known color: Hippie Blue. HEX triplet: 46, 87 and 90. RGB value is (70,135,144). Sum of RGB (Red+Green+Blue) = 70+135+144=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #468790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468790 is #B9786F. Grayscale: #747474. Windows color (decimal): -12154992 or 9471814. OLE color: 9471814.

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

Color convert

RGB 70 135 144 -
CMYK 0.51 0.06 0 0.44
HSL 187.3º 0.35% 0.42% -
HSV(B) 187.3º 0.51% 0.56% -
XYZ 16.22 20.64 29.52 -
YUV 116.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 70 135 144 0.51 0.06 0 0.44 187.3 0.35 0.42
Hex 46 87 90 33 6 0 2C BB 23 2A
Octal 106 207 220 63 6 0 54 273 43 52
Binary 1000110 10000111 10010000 110011 110 0 101100 10111011 100011 101010

Color Harmonies of #468790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468790

Black with #468790

Text Example


Text Example

White with #468790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468790; }

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

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

background-color css

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

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

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

border-color css

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

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

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