Html Css Color HEX #4F607B Chambray

📋 copy color: '#4F607B'

red 79 ◦ green 96 ◦ blue 123

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

Shades of Chambray #4F607B

Tints of Chambray #4F607B

RGB

 RED value IS 79 (31.25% from 255) = 26.51%

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

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

R = 26.51%
G = 32.21%
B = 41.28%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F607B (or 0x4F607B) is known color: Chambray. HEX triplet: 4F, 60 and 7B. RGB value is (79,96,123). Sum of RGB (Red+Green+Blue) = 79+96+123=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F607B is #B09F84. Grayscale: #5D5D5D. Windows color (decimal): -11575173 or 8085583. OLE color: 8085583.

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

Color convert

RGB 79 96 123 -
CMYK 0.36 0.22 0 0.52
HSL 216.82º 0.22% 0.4% -
HSV(B) 216.82º 0.36% 0.48% -
XYZ 10.98 11.46 20.37 -
YUV 94 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 79 96 123 0.36 0.22 0 0.52 216.82 0.22 0.4
Hex 4F 60 7B 24 16 0 34 D9 16 28
Octal 117 140 173 44 26 0 64 331 26 50
Binary 1001111 1100000 1111011 100100 10110 0 110100 11011001 10110 101000

Color Harmonies of #4F607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F607B

Black with #4F607B

Text Example


Text Example

White with #4F607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,123); }

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

background-color css

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

 a { background-color: rgb(79,96,123); }

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

border-color css

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

 span { border-color: rgb(79,96,123); }

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