Html Css Color HEX #4A8295 Hippie Blue

📋 copy color: '#4A8295'

red 74 ◦ green 130 ◦ blue 149

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

Shades of Hippie Blue #4A8295

Tints of Hippie Blue #4A8295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 20.96%
G = 36.83%
B = 42.21%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A8295 (or 0x4A8295) is known color: Hippie Blue. HEX triplet: 4A, 82 and 95. RGB value is (74,130,149). Sum of RGB (Red+Green+Blue) = 74+130+149=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A8295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8295 is #B57D6A. Grayscale: #737373. Windows color (decimal): -11894123 or 9798218. OLE color: 9798218.

HSL color Cylindrical-coordinate representation of color #4A8295: hue angle of 195.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8295 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 130 149 -
CMYK 0.50 0.13 0 0.42
HSL 195.2º 0.34% 0.44% -
HSV(B) 195.2º 0.5% 0.58% -
XYZ 16.23 19.59 31.36 -
YUV 115.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 74 130 149 0.50 0.13 0 0.42 195.2 0.34 0.44
Hex 4A 82 95 32 D 0 2A C3 22 2C
Octal 112 202 225 62 15 0 52 303 42 54
Binary 1001010 10000010 10010101 110010 1101 0 101010 11000011 100010 101100

Color Harmonies of #4A8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8295

Black with #4A8295

Text Example


Text Example

White with #4A8295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,149); }

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

background-color css

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

 a { background-color: rgb(74,130,149); }

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

border-color css

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

 span { border-color: rgb(74,130,149); }

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