Html Css Color HEX #478C98 Hippie Blue

📋 copy color: '#478C98'

red 71 ◦ green 140 ◦ blue 152

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

Shades of Hippie Blue #478C98

Tints of Hippie Blue #478C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 19.56%
G = 38.57%
B = 41.87%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478C98 (or 0x478C98) is known color: Hippie Blue. HEX triplet: 47, 8C and 98. RGB value is (71,140,152). Sum of RGB (Red+Green+Blue) = 71+140+152=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #478C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C98 is #B87367. Grayscale: #787878. Windows color (decimal): -12088168 or 9997383. OLE color: 9997383.

HSL color Cylindrical-coordinate representation of color #478C98: hue angle of 188.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478C98 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 140 152 -
CMYK 0.53 0.08 0 0.40
HSL 188.89º 0.36% 0.44% -
HSV(B) 188.89º 0.53% 0.6% -
XYZ 17.64 22.36 33.09 -
YUV 120.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 71 140 152 0.53 0.08 0 0.40 188.89 0.36 0.44
Hex 47 8C 98 35 8 0 28 BD 24 2C
Octal 107 214 230 65 10 0 50 275 44 54
Binary 1000111 10001100 10011000 110101 1000 0 101000 10111101 100100 101100

Color Harmonies of #478C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478C98

Black with #478C98

Text Example


Text Example

White with #478C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,152); }

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

background-color css

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

 a { background-color: rgb(71,140,152); }

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

border-color css

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

 span { border-color: rgb(71,140,152); }

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