Html Css Color HEX #467F9C Hippie Blue

📋 copy color: '#467F9C'

red 70 ◦ green 127 ◦ blue 156

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

Shades of Hippie Blue #467F9C

Tints of Hippie Blue #467F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 19.83%
G = 35.98%
B = 44.19%

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

#467F9C (or 0x467F9C) is known color: Hippie Blue. HEX triplet: 46, 7F and 9C. RGB value is (70,127,156). Sum of RGB (Red+Green+Blue) = 70+127+156=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #467F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9C is #B98063. Grayscale: #717171. Windows color (decimal): -12157028 or 10256198. OLE color: 10256198.

HSL color Cylindrical-coordinate representation of color #467F9C: hue angle of 200.23º 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 #467F9C is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 127 156 -
CMYK 0.55 0.19 0 0.39
HSL 200.23º 0.38% 0.44% -
HSV(B) 200.23º 0.55% 0.61% -
XYZ 16.12 18.88 34.25 -
YUV 113.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 70 127 156 0.55 0.19 0 0.39 200.23 0.38 0.44
Hex 46 7F 9C 37 13 0 27 C8 26 2C
Octal 106 177 234 67 23 0 47 310 46 54
Binary 1000110 1111111 10011100 110111 10011 0 100111 11001000 100110 101100

Color Harmonies of #467F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F9C

Black with #467F9C

Text Example


Text Example

White with #467F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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