Html Css Color HEX #4F5C83 Chambray

📋 copy color: '#4F5C83'

red 79 ◦ green 92 ◦ blue 131

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

Shades of Chambray #4F5C83

Tints of Chambray #4F5C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 131 (51.56% from 255) = 43.38%

R = 26.16%
G = 30.46%
B = 43.38%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F5C83 (or 0x4F5C83) is known color: Chambray. HEX triplet: 4F, 5C and 83. RGB value is (79,92,131). Sum of RGB (Red+Green+Blue) = 79+92+131=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F5C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5C83 is #B0A37C. Grayscale: #5C5C5C. Windows color (decimal): -11576189 or 8608847. OLE color: 8608847.

HSL color Cylindrical-coordinate representation of color #4F5C83: hue angle of 225º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5C83 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 92 131 -
CMYK 0.40 0.30 0 0.49
HSL 225º 0.25% 0.41% -
HSV(B) 225º 0.4% 0.51% -
XYZ 11.15 10.96 23 -
YUV 92.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 79 92 131 0.40 0.30 0 0.49 225 0.25 0.41
Hex 4F 5C 83 28 1E 0 31 E1 19 29
Octal 117 134 203 50 36 0 61 341 31 51
Binary 1001111 1011100 10000011 101000 11110 0 110001 11100001 11001 101001

Color Harmonies of #4F5C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5C83

Black with #4F5C83

Text Example


Text Example

White with #4F5C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,92,131); }

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

background-color css

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

 a { background-color: rgb(79,92,131); }

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

border-color css

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

 span { border-color: rgb(79,92,131); }

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