Html Css Color HEX #4A6073 Chambray

📋 copy color: '#4A6073'

red 74 ◦ green 96 ◦ blue 115

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

Shades of Chambray #4A6073

Tints of Chambray #4A6073

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 25.96%
G = 33.68%
B = 40.35%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A6073 (or 0x4A6073) is known color: Chambray. HEX triplet: 4A, 60 and 73. RGB value is (74,96,115). Sum of RGB (Red+Green+Blue) = 74+96+115=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6073 is #B59F8C. Grayscale: #5B5B5B. Windows color (decimal): -11902861 or 7561290. OLE color: 7561290.

HSL color Cylindrical-coordinate representation of color #4A6073: hue angle of 207.8º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A6073 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 96 115 -
CMYK 0.36 0.17 0 0.55
HSL 207.8º 0.22% 0.37% -
HSV(B) 207.8º 0.36% 0.45% -
XYZ 10.1 11.06 17.82 -
YUV 91.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 74 96 115 0.36 0.17 0 0.55 207.8 0.22 0.37
Hex 4A 60 73 24 11 0 37 D0 16 25
Octal 112 140 163 44 21 0 67 320 26 45
Binary 1001010 1100000 1110011 100100 10001 0 110111 11010000 10110 100101

Color Harmonies of #4A6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6073

Black with #4A6073

Text Example


Text Example

White with #4A6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,115); }

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

background-color css

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

 a { background-color: rgb(74,96,115); }

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

border-color css

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

 span { border-color: rgb(74,96,115); }

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