Html Css Color HEX #478F9B Hippie Blue

📋 copy color: '#478F9B'

red 71 ◦ green 143 ◦ blue 155

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

Shades of Hippie Blue #478F9B

Tints of Hippie Blue #478F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 19.24%
G = 38.75%
B = 42.01%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#478F9B (or 0x478F9B) is known color: Hippie Blue. HEX triplet: 47, 8F and 9B. RGB value is (71,143,155). Sum of RGB (Red+Green+Blue) = 71+143+155=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #478F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F9B is #B87064. Grayscale: #7A7A7A. Windows color (decimal): -12087397 or 10194759. OLE color: 10194759.

HSL color Cylindrical-coordinate representation of color #478F9B: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478F9B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 143 155 -
CMYK 0.54 0.08 0 0.39
HSL 188.57º 0.37% 0.44% -
HSV(B) 188.57º 0.54% 0.61% -
XYZ 18.34 23.35 34.55 -
YUV 122.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 71 143 155 0.54 0.08 0 0.39 188.57 0.37 0.44
Hex 47 8F 9B 36 8 0 27 BD 25 2C
Octal 107 217 233 66 10 0 47 275 45 54
Binary 1000111 10001111 10011011 110110 1000 0 100111 10111101 100101 101100

Color Harmonies of #478F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478F9B

Black with #478F9B

Text Example


Text Example

White with #478F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,155); }

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

background-color css

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

 a { background-color: rgb(71,143,155); }

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

border-color css

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

 span { border-color: rgb(71,143,155); }

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