Html Css Color HEX #478592 Hippie Blue

📋 copy color: '#478592'

red 71 ◦ green 133 ◦ blue 146

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

Shades of Hippie Blue #478592

Tints of Hippie Blue #478592

RGB

 RED value IS 71 (28.13% from 255) = 20.29%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 20.29%
G = 38%
B = 41.71%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478592 (or 0x478592) is known color: Hippie Blue. HEX triplet: 47, 85 and 92. RGB value is (71,133,146). Sum of RGB (Red+Green+Blue) = 71+133+146=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #478592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478592 is #B87A6D. Grayscale: #737373. Windows color (decimal): -12089966 or 9602375. OLE color: 9602375.

HSL color Cylindrical-coordinate representation of color #478592: hue angle of 190.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478592 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 133 146 -
CMYK 0.51 0.09 0 0.43
HSL 190.4º 0.35% 0.43% -
HSV(B) 190.4º 0.51% 0.57% -
XYZ 16.17 20.19 30.24 -
YUV 115.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 71 133 146 0.51 0.09 0 0.43 190.4 0.35 0.43
Hex 47 85 92 33 9 0 2B BE 23 2B
Octal 107 205 222 63 11 0 53 276 43 53
Binary 1000111 10000101 10010010 110011 1001 0 101011 10111110 100011 101011

Color Harmonies of #478592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478592

Black with #478592

Text Example


Text Example

White with #478592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478592; }

 p { color: rgb(71,133,146); }

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

background-color css

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

 a { background-color: rgb(71,133,146); }

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

border-color css

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

 span { border-color: rgb(71,133,146); }

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