Html Css Color HEX #467E9B Hippie Blue

📋 copy color: '#467E9B'

red 70 ◦ green 126 ◦ blue 155

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

Shades of Hippie Blue #467E9B

Tints of Hippie Blue #467E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 19.94%
G = 35.9%
B = 44.16%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#467E9B (or 0x467E9B) is known color: Hippie Blue. HEX triplet: 46, 7E and 9B. RGB value is (70,126,155). Sum of RGB (Red+Green+Blue) = 70+126+155=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #467E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9B is #B98164. Grayscale: #707070. Windows color (decimal): -12157285 or 10190406. OLE color: 10190406.

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

Color convert

RGB 70 126 155 -
CMYK 0.55 0.19 0 0.39
HSL 200.47º 0.38% 0.44% -
HSV(B) 200.47º 0.55% 0.61% -
XYZ 15.9 18.59 33.76 -
YUV 112.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 70 126 155 0.55 0.19 0 0.39 200.47 0.38 0.44
Hex 46 7E 9B 37 13 0 27 C8 26 2C
Octal 106 176 233 67 23 0 47 310 46 54
Binary 1000110 1111110 10011011 110111 10011 0 100111 11001000 100110 101100

Color Harmonies of #467E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E9B

Black with #467E9B

Text Example


Text Example

White with #467E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,126,155); }

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

background-color css

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

 a { background-color: rgb(70,126,155); }

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

border-color css

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

 span { border-color: rgb(70,126,155); }

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