Html Css Color HEX #478492 Hippie Blue

📋 copy color: '#478492'

red 71 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #478492

Tints of Hippie Blue #478492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

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

R = 20.34%
G = 37.82%
B = 41.83%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478492 (or 0x478492) is known color: Hippie Blue. HEX triplet: 47, 84 and 92. RGB value is (71,132,146). Sum of RGB (Red+Green+Blue) = 71+132+146=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #478492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478492 is #B87B6D. Grayscale: #737373. Windows color (decimal): -12090222 or 9602119. OLE color: 9602119.

HSL color Cylindrical-coordinate representation of color #478492: hue angle of 191.2º 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 #478492 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 132 146 -
CMYK 0.51 0.10 0 0.43
HSL 191.2º 0.35% 0.43% -
HSV(B) 191.2º 0.51% 0.57% -
XYZ 16.04 19.92 30.19 -
YUV 115.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 71 132 146 0.51 0.10 0 0.43 191.2 0.35 0.43
Hex 47 84 92 33 A 0 2B BF 23 2B
Octal 107 204 222 63 12 0 53 277 43 53
Binary 1000111 10000100 10010010 110011 1010 0 101011 10111111 100011 101011

Color Harmonies of #478492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478492

Black with #478492

Text Example


Text Example

White with #478492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478492; }

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

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

background-color css

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

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

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

border-color css

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

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

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