#4C8792

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

Shades of Hippie Blue #4C8792

Tints of Hippie Blue #4C8792

Color information

#4C8792 (or 0x4C8792) is unknown color: approx Hippie Blue. HEX triplet: 4C, 87 and 92. RGB value is (76,135,146). Sum of RGB (Red+Green+Blue) = 76+135+146=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C8792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8792 is #B3786D. Grayscale: #767676. Windows color (decimal): -11761774 or 9602892. OLE color: 9602892.

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

Color convert

RGB76135146-
CMYK0.480.0800.43
HSL189.43º31.53%43.53%-
HSV(B)189.43º47.95%57.25%-
XYZ16.8320.9430.35-
YUV118.61143.4597.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=21.29%
G=37.82%
B=40.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761351460.480.0800.43189.4331.5343.53
Hex4C879230802Bbd202c
Octal11420722260100532754054
Binary100110010000111100100101100001000010101110111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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