Html Css Color HEX #4F6273 Chambray

📋 copy color: '#4F6273'

red 79 ◦ green 98 ◦ blue 115

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

Shades of Chambray #4F6273

Tints of Chambray #4F6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

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

R = 27.05%
G = 33.56%
B = 39.38%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F6273 (or 0x4F6273) is known color: Chambray. HEX triplet: 4F, 62 and 73. RGB value is (79,98,115). Sum of RGB (Red+Green+Blue) = 79+98+115=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6273 is #B09D8C. Grayscale: #5E5E5E. Windows color (decimal): -11574669 or 7561807. OLE color: 7561807.

HSL color Cylindrical-coordinate representation of color #4F6273: hue angle of 208.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6273 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 98 115 -
CMYK 0.31 0.15 0 0.55
HSL 208.33º 0.19% 0.38% -
HSV(B) 208.33º 0.31% 0.45% -
XYZ 10.69 11.64 17.9 -
YUV 94.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 79 98 115 0.31 0.15 0 0.55 208.33 0.19 0.38
Hex 4F 62 73 1F F 0 37 D0 13 26
Octal 117 142 163 37 17 0 67 320 23 46
Binary 1001111 1100010 1110011 11111 1111 0 110111 11010000 10011 100110

Color Harmonies of #4F6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6273

Black with #4F6273

Text Example


Text Example

White with #4F6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,115); }

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

background-color css

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

 a { background-color: rgb(79,98,115); }

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

border-color css

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

 span { border-color: rgb(79,98,115); }

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