Html Css Color HEX #468294 Hippie Blue

📋 copy color: '#468294'

red 70 ◦ green 130 ◦ blue 148

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

Shades of Hippie Blue #468294

Tints of Hippie Blue #468294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 20.11%
G = 37.36%
B = 42.53%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468294 (or 0x468294) is known color: Hippie Blue. HEX triplet: 46, 82 and 94. RGB value is (70,130,148). Sum of RGB (Red+Green+Blue) = 70+130+148=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #468294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468294 is #B97D6B. Grayscale: #717171. Windows color (decimal): -12156268 or 9732678. OLE color: 9732678.

HSL color Cylindrical-coordinate representation of color #468294: hue angle of 193.85º 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 #468294 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 130 148 -
CMYK 0.53 0.12 0 0.42
HSL 193.85º 0.36% 0.43% -
HSV(B) 193.85º 0.53% 0.58% -
XYZ 15.85 19.41 30.93 -
YUV 114.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 70 130 148 0.53 0.12 0 0.42 193.85 0.36 0.43
Hex 46 82 94 35 C 0 2A C2 24 2B
Octal 106 202 224 65 14 0 52 302 44 53
Binary 1000110 10000010 10010100 110101 1100 0 101010 11000010 100100 101011

Color Harmonies of #468294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468294

Black with #468294

Text Example


Text Example

White with #468294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468294; }

 p { color: rgb(70,130,148); }

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

background-color css

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

 a { background-color: rgb(70,130,148); }

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

border-color css

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

 span { border-color: rgb(70,130,148); }

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