Html Css Color HEX #4B5485 Chambray

📋 copy color: '#4B5485'

red 75 ◦ green 84 ◦ blue 133

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

Shades of Chambray #4B5485

Tints of Chambray #4B5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 25.68%
G = 28.77%
B = 45.55%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B5485 (or 0x4B5485) is known color: Chambray. HEX triplet: 4B, 54 and 85. RGB value is (75,84,133). Sum of RGB (Red+Green+Blue) = 75+84+133=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5485 is #B4AB7A. Grayscale: #565656. Windows color (decimal): -11840379 or 8737867. OLE color: 8737867.

HSL color Cylindrical-coordinate representation of color #4B5485: hue angle of 230.69º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B5485 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 84 133 -
CMYK 0.44 0.37 0 0.48
HSL 230.69º 0.28% 0.41% -
HSV(B) 230.69º 0.44% 0.52% -
XYZ 10.31 9.53 23.49 -
YUV 86.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 75 84 133 0.44 0.37 0 0.48 230.69 0.28 0.41
Hex 4B 54 85 2C 25 0 30 E7 1C 29
Octal 113 124 205 54 45 0 60 347 34 51
Binary 1001011 1010100 10000101 101100 100101 0 110000 11100111 11100 101001

Color Harmonies of #4B5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5485

Black with #4B5485

Text Example


Text Example

White with #4B5485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,133); }

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

background-color css

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

 a { background-color: rgb(75,84,133); }

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

border-color css

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

 span { border-color: rgb(75,84,133); }

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