Html Css Color HEX #4785A2 Hippie Blue

📋 copy color: '#4785A2'

red 71 ◦ green 133 ◦ blue 162

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

Shades of Hippie Blue #4785A2

Tints of Hippie Blue #4785A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.26%

R = 19.4%
G = 36.34%
B = 44.26%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4785A2 (or 0x4785A2) is known color: Hippie Blue. HEX triplet: 47, 85 and A2. RGB value is (71,133,162). Sum of RGB (Red+Green+Blue) = 71+133+162=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #4785A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4785A2 is #B87A5D. Grayscale: #757575. Windows color (decimal): -12089950 or 10650951. OLE color: 10650951.

HSL color Cylindrical-coordinate representation of color #4785A2: hue angle of 199.12º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4785A2 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 133 162 -
CMYK 0.56 0.18 0 0.36
HSL 199.12º 0.39% 0.46% -
HSV(B) 199.12º 0.56% 0.64% -
XYZ 17.51 20.72 37.26 -
YUV 117.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 71 133 162 0.56 0.18 0 0.36 199.12 0.39 0.46
Hex 47 85 A2 38 12 0 24 C7 27 2E
Octal 107 205 242 70 22 0 44 307 47 56
Binary 1000111 10000101 10100010 111000 10010 0 100100 11000111 100111 101110

Color Harmonies of #4785A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785A2

Black with #4785A2

Text Example


Text Example

White with #4785A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4785A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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