Html Css Color HEX #4F7A67 Cutty Sark

📋 copy color: '#4F7A67'

red 79 ◦ green 122 ◦ blue 103

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

Shades of Cutty Sark #4F7A67

Tints of Cutty Sark #4F7A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 25.99%
G = 40.13%
B = 33.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#4F7A67 (or 0x4F7A67) is known color: Cutty Sark. HEX triplet: 4F, 7A and 67. RGB value is (79,122,103). Sum of RGB (Red+Green+Blue) = 79+122+103=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A67 is #B08598. Grayscale: #6B6B6B. Windows color (decimal): -11568537 or 6781519. OLE color: 6781519.

HSL color Cylindrical-coordinate representation of color #4F7A67: hue angle of 153.49º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A67 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 122 103 -
CMYK 0.35 0 0.16 0.52
HSL 153.49º 0.21% 0.39% -
HSV(B) 153.49º 0.35% 0.48% -
XYZ 12.63 16.56 15.36 -
YUV 106.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 79 122 103 0.35 0 0.16 0.52 153.49 0.21 0.39
Hex 4F 7A 67 23 0 10 34 99 15 27
Octal 117 172 147 43 0 20 64 231 25 47
Binary 1001111 1111010 1100111 100011 0 10000 110100 10011001 10101 100111

Color Harmonies of #4F7A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7A67

Black with #4F7A67

Text Example


Text Example

White with #4F7A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,122,103); }

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

background-color css

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

 a { background-color: rgb(79,122,103); }

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

border-color css

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

 span { border-color: rgb(79,122,103); }

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