Html Css Color HEX #468495 Hippie Blue

📋 copy color: '#468495'

red 70 ◦ green 132 ◦ blue 149

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

Shades of Hippie Blue #468495

Tints of Hippie Blue #468495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 19.94%
G = 37.61%
B = 42.45%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468495 (or 0x468495) is known color: Hippie Blue. HEX triplet: 46, 84 and 95. RGB value is (70,132,149). Sum of RGB (Red+Green+Blue) = 70+132+149=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #468495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468495 is #B97B6A. Grayscale: #737373. Windows color (decimal): -12155755 or 9798726. OLE color: 9798726.

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

Color convert

RGB 70 132 149 -
CMYK 0.53 0.11 0 0.42
HSL 192.91º 0.36% 0.43% -
HSV(B) 192.91º 0.53% 0.58% -
XYZ 16.2 19.97 31.44 -
YUV 115.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 70 132 149 0.53 0.11 0 0.42 192.91 0.36 0.43
Hex 46 84 95 35 B 0 2A C1 24 2B
Octal 106 204 225 65 13 0 52 301 44 53
Binary 1000110 10000100 10010101 110101 1011 0 101010 11000001 100100 101011

Color Harmonies of #468495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468495

Black with #468495

Text Example


Text Example

White with #468495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468495; }

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

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

background-color css

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

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

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

border-color css

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

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

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