#4F5881

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

Shades of Chambray #4F5881

Tints of Chambray #4F5881

Color information

#4F5881 (or 0x4F5881) is unknown color: approx Chambray. HEX triplet: 4F, 58 and 81. RGB value is (79,88,129). Sum of RGB (Red+Green+Blue) = 79+88+129=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F5881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5881 is #B0A77E. Grayscale: #595959. Windows color (decimal): -11577215 or 8476751. OLE color: 8476751.

HSL color Cylindrical-coordinate representation of color #4F5881: hue angle of 229.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F5881 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7988129-
CMYK0.390.3200.49
HSL229.2º24.04%40.78%-
HSV(B)229.2º38.76%50.59%-
XYZ10.6810.2322.18-
YUV89.98150.02120.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=26.69%
G=29.73%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79881290.390.3200.49229.224.0440.78
Hex4F58812720031e51829
Octal11713020147400613453051
Binary100111110110001000000110011110000001100011110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,129); }

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

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

 a { background-color: rgb(79,88,129); }

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

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

 span { border-color: rgb(79,88,129); }

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