Html Css Color HEX #4B567A Chambray

📋 copy color: '#4B567A'

red 75 ◦ green 86 ◦ blue 122

#4B567A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #4B567A

Tints of Chambray #4B567A

RGB

 RED value IS 75 (29.69% from 255) = 26.5%

 GREEN value IS 86 (33.98% from 255) = 30.39%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 26.5%
G = 30.39%
B = 43.11%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B567A (or 0x4B567A) is known color: Chambray. HEX triplet: 4B, 56 and 7A. RGB value is (75,86,122). Sum of RGB (Red+Green+Blue) = 75+86+122=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B567A is #B4A985. Grayscale: #565656. Windows color (decimal): -11839878 or 8017483. OLE color: 8017483.

HSL color Cylindrical-coordinate representation of color #4B567A: hue angle of 225.96º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B567A is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 86 122 -
CMYK 0.39 0.30 0 0.52
HSL 225.96º 0.24% 0.39% -
HSV(B) 225.96º 0.39% 0.48% -
XYZ 9.74 9.56 19.74 -
YUV 86.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 75 86 122 0.39 0.30 0 0.52 225.96 0.24 0.39
Hex 4B 56 7A 27 1E 0 34 E2 18 27
Octal 113 126 172 47 36 0 64 342 30 47
Binary 1001011 1010110 1111010 100111 11110 0 110100 11100010 11000 100111

Color Harmonies of #4B567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B567A

Black with #4B567A

Text Example


Text Example

White with #4B567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,122); }

 H1.HeaderClassName
 {
   color: #4B567A;
 }
 .AnyTagClassName
 {
   color: #4B567A;
 }
</style>

background-color css

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

 a { background-color: rgb(75,86,122); }

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

border-color css

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

 span { border-color: rgb(75,86,122); }

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