#4D83A4

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

Shades of Hippie Blue #4D83A4

Tints of Hippie Blue #4D83A4

Color information

#4D83A4 (or 0x4D83A4) is unknown color: approx Hippie Blue. HEX triplet: 4D, 83 and A4. RGB value is (77,131,164). Sum of RGB (Red+Green+Blue) = 77+131+164=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #4D83A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D83A4 is #B27C5B. Grayscale: #767676. Windows color (decimal): -11697244 or 10781517. OLE color: 10781517.

HSL color Cylindrical-coordinate representation of color #4D83A4: hue angle of 202.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D83A4 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB77131164-
CMYK0.530.2000.36
HSL202.76º36.1%47.25%-
HSV(B)202.76º53.05%64.31%-
XYZ17.8820.4938.13-
YUV118.62153.6198.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=20.70%
G=35.22%
B=44.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771311640.530.2000.36202.7636.147.25
Hex4D83A43514024cb242f
Octal11520324465240443134457
Binary1001101100000111010010011010110100010010011001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D83A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,131,164); }

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

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

 a { background-color: rgb(77,131,164); }

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

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

 span { border-color: rgb(77,131,164); }

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