Html Css Color HEX #4A8792 Hippie Blue

📋 copy color: '#4A8792'

red 74 ◦ green 135 ◦ blue 146

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

Shades of Hippie Blue #4A8792

Tints of Hippie Blue #4A8792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 20.85%
G = 38.03%
B = 41.13%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A8792 (or 0x4A8792) is known color: Hippie Blue. HEX triplet: 4A, 87 and 92. RGB value is (74,135,146). Sum of RGB (Red+Green+Blue) = 74+135+146=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A8792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8792 is #B5786D. Grayscale: #757575. Windows color (decimal): -11892846 or 9602890. OLE color: 9602890.

HSL color Cylindrical-coordinate representation of color #4A8792: hue angle of 189.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A8792 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 135 146 -
CMYK 0.49 0.08 0 0.43
HSL 189.17º 0.33% 0.43% -
HSV(B) 189.17º 0.49% 0.57% -
XYZ 16.68 20.86 30.34 -
YUV 118.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 74 135 146 0.49 0.08 0 0.43 189.17 0.33 0.43
Hex 4A 87 92 31 8 0 2B BD 21 2B
Octal 112 207 222 61 10 0 53 275 41 53
Binary 1001010 10000111 10010010 110001 1000 0 101011 10111101 100001 101011

Color Harmonies of #4A8792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8792

Black with #4A8792

Text Example


Text Example

White with #4A8792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,146); }

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

background-color css

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

 a { background-color: rgb(74,135,146); }

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

border-color css

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

 span { border-color: rgb(74,135,146); }

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