Html Css Color HEX #467D9F Hippie Blue

📋 copy color: '#467D9F'

red 70 ◦ green 125 ◦ blue 159

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

Shades of Hippie Blue #467D9F

Tints of Hippie Blue #467D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 19.77%
G = 35.31%
B = 44.92%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#467D9F (or 0x467D9F) is known color: Hippie Blue. HEX triplet: 46, 7D and 9F. RGB value is (70,125,159). Sum of RGB (Red+Green+Blue) = 70+125+159=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #467D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D9F is #B98260. Grayscale: #707070. Windows color (decimal): -12157537 or 10452294. OLE color: 10452294.

HSL color Cylindrical-coordinate representation of color #467D9F: hue angle of 202.92º 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 #467D9F is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 125 159 -
CMYK 0.56 0.21 0 0.38
HSL 202.92º 0.39% 0.45% -
HSV(B) 202.92º 0.56% 0.62% -
XYZ 16.12 18.47 35.52 -
YUV 112.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 70 125 159 0.56 0.21 0 0.38 202.92 0.39 0.45
Hex 46 7D 9F 38 15 0 26 CB 27 2D
Octal 106 175 237 70 25 0 46 313 47 55
Binary 1000110 1111101 10011111 111000 10101 0 100110 11001011 100111 101101

Color Harmonies of #467D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D9F

Black with #467D9F

Text Example


Text Example

White with #467D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,159); }

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

background-color css

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

 a { background-color: rgb(70,125,159); }

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

border-color css

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

 span { border-color: rgb(70,125,159); }

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