Html Css Color HEX #4A607D Chambray

📋 copy color: '#4A607D'

red 74 ◦ green 96 ◦ blue 125

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

Shades of Chambray #4A607D

Tints of Chambray #4A607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 25.08%
G = 32.54%
B = 42.37%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A607D (or 0x4A607D) is known color: Chambray. HEX triplet: 4A, 60 and 7D. RGB value is (74,96,125). Sum of RGB (Red+Green+Blue) = 74+96+125=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A607D is #B59F82. Grayscale: #5C5C5C. Windows color (decimal): -11902851 or 8216650. OLE color: 8216650.

HSL color Cylindrical-coordinate representation of color #4A607D: hue angle of 214.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A607D is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 96 125 -
CMYK 0.41 0.23 0 0.51
HSL 214.12º 0.26% 0.39% -
HSV(B) 214.12º 0.41% 0.49% -
XYZ 10.71 11.3 21.02 -
YUV 92.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 74 96 125 0.41 0.23 0 0.51 214.12 0.26 0.39
Hex 4A 60 7D 29 17 0 33 D6 1A 27
Octal 112 140 175 51 27 0 63 326 32 47
Binary 1001010 1100000 1111101 101001 10111 0 110011 11010110 11010 100111

Color Harmonies of #4A607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A607D

Black with #4A607D

Text Example


Text Example

White with #4A607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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