Html Css Color HEX #467E9E Hippie Blue

📋 copy color: '#467E9E'

red 70 ◦ green 126 ◦ blue 158

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

Shades of Hippie Blue #467E9E

Tints of Hippie Blue #467E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 19.77%
G = 35.59%
B = 44.63%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#467E9E (or 0x467E9E) is known color: Hippie Blue. HEX triplet: 46, 7E and 9E. RGB value is (70,126,158). Sum of RGB (Red+Green+Blue) = 70+126+158=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #467E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9E is #B98161. Grayscale: #707070. Windows color (decimal): -12157282 or 10387014. OLE color: 10387014.

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

Color convert

RGB 70 126 158 -
CMYK 0.56 0.20 0 0.38
HSL 201.82º 0.39% 0.45% -
HSV(B) 201.82º 0.56% 0.62% -
XYZ 16.16 18.69 35.1 -
YUV 112.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 70 126 158 0.56 0.20 0 0.38 201.82 0.39 0.45
Hex 46 7E 9E 38 14 0 26 CA 27 2D
Octal 106 176 236 70 24 0 46 312 47 55
Binary 1000110 1111110 10011110 111000 10100 0 100110 11001010 100111 101101

Color Harmonies of #467E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E9E

Black with #467E9E

Text Example


Text Example

White with #467E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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