Html Css Color HEX #467FA1 Hippie Blue

📋 copy color: '#467FA1'

red 70 ◦ green 127 ◦ blue 161

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

Shades of Hippie Blue #467FA1

Tints of Hippie Blue #467FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.97%

R = 19.55%
G = 35.47%
B = 44.97%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#467FA1 (or 0x467FA1) is known color: Hippie Blue. HEX triplet: 46, 7F and A1. RGB value is (70,127,161). Sum of RGB (Red+Green+Blue) = 70+127+161=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #467FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FA1 is #B9805E. Grayscale: #717171. Windows color (decimal): -12157023 or 10583878. OLE color: 10583878.

HSL color Cylindrical-coordinate representation of color #467FA1: hue angle of 202.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467FA1 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 127 161 -
CMYK 0.57 0.21 0 0.37
HSL 202.42º 0.39% 0.45% -
HSV(B) 202.42º 0.57% 0.63% -
XYZ 16.55 19.05 36.52 -
YUV 113.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 70 127 161 0.57 0.21 0 0.37 202.42 0.39 0.45
Hex 46 7F A1 39 15 0 25 CA 27 2D
Octal 106 177 241 71 25 0 45 312 47 55
Binary 1000110 1111111 10100001 111001 10101 0 100101 11001010 100111 101101

Color Harmonies of #467FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FA1

Black with #467FA1

Text Example


Text Example

White with #467FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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