#4B6278

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

Shades of Chambray #4B6278

Tints of Chambray #4B6278

Color information

#4B6278 (or 0x4B6278) is unknown color: approx Chambray. HEX triplet: 4B, 62 and 78. RGB value is (75,98,120). Sum of RGB (Red+Green+Blue) = 75+98+120=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B6278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6278 is #B49D87. Grayscale: #5D5D5D. Windows color (decimal): -11836808 or 7889483. OLE color: 7889483.

HSL color Cylindrical-coordinate representation of color #4B6278: hue angle of 209.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6278 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7598120-
CMYK0.370.1800.53
HSL209.33º23.08%38.24%-
HSV(B)209.33º37.5%47.06%-
XYZ10.6611.5919.44-
YUV93.63142.88114.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=25.60%
G=33.45%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75981200.370.1800.53209.3323.0838.24
Hex4B62782512035d11726
Octal11314217045220653212746
Binary1001011110001011110001001011001001101011101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,120); }

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

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

 a { background-color: rgb(75,98,120); }

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

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

 span { border-color: rgb(75,98,120); }

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