Html Css Color HEX #467F9D Hippie Blue

📋 copy color: '#467F9D'

red 70 ◦ green 127 ◦ blue 157

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

Shades of Hippie Blue #467F9D

Tints of Hippie Blue #467F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 19.77%
G = 35.88%
B = 44.35%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#467F9D (or 0x467F9D) is known color: Hippie Blue. HEX triplet: 46, 7F and 9D. RGB value is (70,127,157). Sum of RGB (Red+Green+Blue) = 70+127+157=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #467F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9D is #B98062. Grayscale: #717171. Windows color (decimal): -12157027 or 10321734. OLE color: 10321734.

HSL color Cylindrical-coordinate representation of color #467F9D: hue angle of 200.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467F9D is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 127 157 -
CMYK 0.55 0.19 0 0.38
HSL 200.69º 0.38% 0.45% -
HSV(B) 200.69º 0.55% 0.62% -
XYZ 16.2 18.92 34.7 -
YUV 113.38 152.62 97.06 -
System Red Green Blue C M Y K H S L
Decimal 70 127 157 0.55 0.19 0 0.38 200.69 0.38 0.45
Hex 46 7F 9D 37 13 0 26 C9 26 2D
Octal 106 177 235 67 23 0 46 311 46 55
Binary 1000110 1111111 10011101 110111 10011 0 100110 11001001 100110 101101

Color Harmonies of #467F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F9D

Black with #467F9D

Text Example


Text Example

White with #467F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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