Html Css Color HEX #467F98 Hippie Blue

📋 copy color: '#467F98'

red 70 ◦ green 127 ◦ blue 152

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

Shades of Hippie Blue #467F98

Tints of Hippie Blue #467F98

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

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

R = 20.06%
G = 36.39%
B = 43.55%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#467F98 (or 0x467F98) is known color: Hippie Blue. HEX triplet: 46, 7F and 98. RGB value is (70,127,152). Sum of RGB (Red+Green+Blue) = 70+127+152=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #467F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F98 is #B98067. Grayscale: #707070. Windows color (decimal): -12157032 or 9994054. OLE color: 9994054.

HSL color Cylindrical-coordinate representation of color #467F98: hue angle of 198.29º 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 #467F98 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 127 152 -
CMYK 0.54 0.16 0 0.40
HSL 198.29º 0.37% 0.44% -
HSV(B) 198.29º 0.54% 0.6% -
XYZ 15.78 18.75 32.49 -
YUV 112.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 70 127 152 0.54 0.16 0 0.40 198.29 0.37 0.44
Hex 46 7F 98 36 10 0 28 C6 25 2C
Octal 106 177 230 66 20 0 50 306 45 54
Binary 1000110 1111111 10011000 110110 10000 0 101000 11000110 100101 101100

Color Harmonies of #467F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F98

Black with #467F98

Text Example


Text Example

White with #467F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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