#4B6277

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

Shades of Chambray #4B6277

Tints of Chambray #4B6277

Color information

#4B6277 (or 0x4B6277) is unknown color: approx Chambray. HEX triplet: 4B, 62 and 77. RGB value is (75,98,119). Sum of RGB (Red+Green+Blue) = 75+98+119=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B6277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6277 is #B49D88. Grayscale: #5D5D5D. Windows color (decimal): -11836809 or 7823947. OLE color: 7823947.

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

Color convert

RGB7598119-
CMYK0.370.1800.53
HSL208.64º22.68%38.04%-
HSV(B)208.64º36.97%46.67%-
XYZ10.611.5619.13-
YUV93.52142.38114.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=25.68%
G=33.56%
B=40.75%

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
Decimal75981190.370.1800.53208.6422.6838.04
Hex4B62772512035d11726
Octal11314216745220653212746
Binary1001011110001011101111001011001001101011101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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