Html Css Color HEX #4F6081 Chambray

📋 copy color: '#4F6081'

red 79 ◦ green 96 ◦ blue 129

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

Shades of Chambray #4F6081

Tints of Chambray #4F6081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 25.99%
G = 31.58%
B = 42.43%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F6081 (or 0x4F6081) is known color: Chambray. HEX triplet: 4F, 60 and 81. RGB value is (79,96,129). Sum of RGB (Red+Green+Blue) = 79+96+129=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F6081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6081 is #B09F7E. Grayscale: #5E5E5E. Windows color (decimal): -11575167 or 8478799. OLE color: 8478799.

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

Color convert

RGB 79 96 129 -
CMYK 0.39 0.26 0 0.49
HSL 219.6º 0.24% 0.41% -
HSV(B) 219.6º 0.39% 0.51% -
XYZ 11.37 11.61 22.41 -
YUV 94.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 79 96 129 0.39 0.26 0 0.49 219.6 0.24 0.41
Hex 4F 60 81 27 1A 0 31 DC 18 29
Octal 117 140 201 47 32 0 61 334 30 51
Binary 1001111 1100000 10000001 100111 11010 0 110001 11011100 11000 101001

Color Harmonies of #4F6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6081

Black with #4F6081

Text Example


Text Example

White with #4F6081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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