#4A8693

Color #4A8693 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4A8693

Tints of Hippie Blue #4A8693

Color information

#4A8693 (or 0x4A8693) is unknown color: approx Hippie Blue. HEX triplet: 4A, 86 and 93. RGB value is (74,134,147). Sum of RGB (Red+Green+Blue) = 74+134+147=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A8693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8693 is #B5796C. Grayscale: #757575. Windows color (decimal): -11893101 or 9668170. OLE color: 9668170.

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

Color convert

RGB74134147-
CMYK0.500.0900.42
HSL190.68º33.03%43.33%-
HSV(B)190.68º49.66%57.65%-
XYZ16.6220.6130.71-
YUV117.54144.6296.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=20.85%
G=37.75%
B=41.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741341470.500.0900.42190.6833.0343.33
Hex4A869332902Abf212b
Octal11220622362110522774153
Binary100101010000110100100111100101001010101010111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,134,147); }

 H1.HeaderClassName
 {
   color: #4A8693;
 }
 .AnyTagClassName
 {
   color: #4A8693;
 }
</style>
background-color css

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

 a { background-color: rgb(74,134,147); }

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

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

 span { border-color: rgb(74,134,147); }

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