Html Css Color HEX #4B587B Chambray

📋 copy color: '#4B587B'

red 75 ◦ green 88 ◦ blue 123

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

Shades of Chambray #4B587B

Tints of Chambray #4B587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 26.22%
G = 30.77%
B = 43.01%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B587B (or 0x4B587B) is known color: Chambray. HEX triplet: 4B, 58 and 7B. RGB value is (75,88,123). Sum of RGB (Red+Green+Blue) = 75+88+123=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B587B is #B4A784. Grayscale: #575757. Windows color (decimal): -11839365 or 8083531. OLE color: 8083531.

HSL color Cylindrical-coordinate representation of color #4B587B: hue angle of 223.75º 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 #4B587B is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 88 123 -
CMYK 0.39 0.28 0 0.52
HSL 223.75º 0.24% 0.39% -
HSV(B) 223.75º 0.39% 0.48% -
XYZ 9.97 9.91 20.13 -
YUV 88.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 75 88 123 0.39 0.28 0 0.52 223.75 0.24 0.39
Hex 4B 58 7B 27 1C 0 34 E0 18 27
Octal 113 130 173 47 34 0 64 340 30 47
Binary 1001011 1011000 1111011 100111 11100 0 110100 11100000 11000 100111

Color Harmonies of #4B587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B587B

Black with #4B587B

Text Example


Text Example

White with #4B587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,123); }

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

background-color css

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

 a { background-color: rgb(75,88,123); }

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

border-color css

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

 span { border-color: rgb(75,88,123); }

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