Html Css Color HEX #478A93 Hippie Blue

📋 copy color: '#478A93'

red 71 ◦ green 138 ◦ blue 147

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

Shades of Hippie Blue #478A93

Tints of Hippie Blue #478A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 19.94%
G = 38.76%
B = 41.29%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#478A93 (or 0x478A93) is known color: Hippie Blue. HEX triplet: 47, 8A and 93. RGB value is (71,138,147). Sum of RGB (Red+Green+Blue) = 71+138+147=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #478A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A93 is #B8756C. Grayscale: #767676. Windows color (decimal): -12088685 or 9669191. OLE color: 9669191.

HSL color Cylindrical-coordinate representation of color #478A93: hue angle of 187.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478A93 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 138 147 -
CMYK 0.52 0.06 0 0.42
HSL 187.11º 0.35% 0.43% -
HSV(B) 187.11º 0.52% 0.58% -
XYZ 16.95 21.62 30.88 -
YUV 118.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 71 138 147 0.52 0.06 0 0.42 187.11 0.35 0.43
Hex 47 8A 93 34 6 0 2A BB 23 2B
Octal 107 212 223 64 6 0 52 273 43 53
Binary 1000111 10001010 10010011 110100 110 0 101010 10111011 100011 101011

Color Harmonies of #478A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478A93

Black with #478A93

Text Example


Text Example

White with #478A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478A93; }

 p { color: rgb(71,138,147); }

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

background-color css

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

 a { background-color: rgb(71,138,147); }

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

border-color css

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

 span { border-color: rgb(71,138,147); }

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