Html Css Color HEX #4A859C Hippie Blue

📋 copy color: '#4A859C'

red 74 ◦ green 133 ◦ blue 156

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

Shades of Hippie Blue #4A859C

Tints of Hippie Blue #4A859C

RGB

 RED value IS 74 (29.3% from 255) = 20.39%

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 20.39%
G = 36.64%
B = 42.98%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A859C (or 0x4A859C) is known color: Hippie Blue. HEX triplet: 4A, 85 and 9C. RGB value is (74,133,156). Sum of RGB (Red+Green+Blue) = 74+133+156=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A859C is #B57A63. Grayscale: #757575. Windows color (decimal): -11893348 or 10257738. OLE color: 10257738.

HSL color Cylindrical-coordinate representation of color #4A859C: hue angle of 196.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A859C is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 133 156 -
CMYK 0.53 0.15 0 0.39
HSL 196.83º 0.36% 0.45% -
HSV(B) 196.83º 0.53% 0.61% -
XYZ 17.21 20.63 34.53 -
YUV 117.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 74 133 156 0.53 0.15 0 0.39 196.83 0.36 0.45
Hex 4A 85 9C 35 F 0 27 C5 24 2D
Octal 112 205 234 65 17 0 47 305 44 55
Binary 1001010 10000101 10011100 110101 1111 0 100111 11000101 100100 101101

Color Harmonies of #4A859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A859C

Black with #4A859C

Text Example


Text Example

White with #4A859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A859C; }

 p { color: rgb(74,133,156); }

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

background-color css

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

 a { background-color: rgb(74,133,156); }

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

border-color css

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

 span { border-color: rgb(74,133,156); }

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