Html Css Color HEX #468298 Hippie Blue

📋 copy color: '#468298'

red 70 ◦ green 130 ◦ blue 152

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

Shades of Hippie Blue #468298

Tints of Hippie Blue #468298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 19.89%
G = 36.93%
B = 43.18%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#468298 (or 0x468298) is known color: Hippie Blue. HEX triplet: 46, 82 and 98. RGB value is (70,130,152). Sum of RGB (Red+Green+Blue) = 70+130+152=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #468298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468298 is #B97D67. Grayscale: #727272. Windows color (decimal): -12156264 or 9994822. OLE color: 9994822.

HSL color Cylindrical-coordinate representation of color #468298: hue angle of 196.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #468298 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 130 152 -
CMYK 0.54 0.14 0 0.40
HSL 196.1º 0.37% 0.44% -
HSV(B) 196.1º 0.54% 0.6% -
XYZ 16.18 19.53 32.62 -
YUV 114.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 70 130 152 0.54 0.14 0 0.40 196.1 0.37 0.44
Hex 46 82 98 36 E 0 28 C4 25 2C
Octal 106 202 230 66 16 0 50 304 45 54
Binary 1000110 10000010 10011000 110110 1110 0 101000 11000100 100101 101100

Color Harmonies of #468298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468298

Black with #468298

Text Example


Text Example

White with #468298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468298; }

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

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

background-color css

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

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

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

border-color css

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

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

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