Html Css Color HEX #4F5683 Chambray

📋 copy color: '#4F5683'

red 79 ◦ green 86 ◦ blue 131

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

Shades of Chambray #4F5683

Tints of Chambray #4F5683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 26.69%
G = 29.05%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F5683 (or 0x4F5683) is known color: Chambray. HEX triplet: 4F, 56 and 83. RGB value is (79,86,131). Sum of RGB (Red+Green+Blue) = 79+86+131=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F5683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5683 is #B0A97C. Grayscale: #585858. Windows color (decimal): -11577725 or 8607311. OLE color: 8607311.

HSL color Cylindrical-coordinate representation of color #4F5683: hue angle of 231.92º 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 #4F5683 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 86 131 -
CMYK 0.40 0.34 0 0.49
HSL 231.92º 0.25% 0.41% -
HSV(B) 231.92º 0.4% 0.51% -
XYZ 10.65 9.96 22.83 -
YUV 89.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 79 86 131 0.40 0.34 0 0.49 231.92 0.25 0.41
Hex 4F 56 83 28 22 0 31 E8 19 29
Octal 117 126 203 50 42 0 61 350 31 51
Binary 1001111 1010110 10000011 101000 100010 0 110001 11101000 11001 101001

Color Harmonies of #4F5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5683

Black with #4F5683

Text Example


Text Example

White with #4F5683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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