Html Css Color HEX #4A616F Fiord

📋 copy color: '#4A616F'

red 74 ◦ green 97 ◦ blue 111

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

Shades of Fiord #4A616F

Tints of Fiord #4A616F

RGB

 RED value IS 74 (29.3% from 255) = 26.24%

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 26.24%
G = 34.4%
B = 39.36%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A616F (or 0x4A616F) is known color: Fiord. HEX triplet: 4A, 61 and 6F. RGB value is (74,97,111). Sum of RGB (Red+Green+Blue) = 74+97+111=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A616F is #B59E90. Grayscale: #5B5B5B. Windows color (decimal): -11902609 or 7299402. OLE color: 7299402.

HSL color Cylindrical-coordinate representation of color #4A616F: hue angle of 202.7º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A616F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 97 111 -
CMYK 0.33 0.13 0 0.56
HSL 202.7º 0.2% 0.36% -
HSV(B) 202.7º 0.33% 0.44% -
XYZ 9.97 11.15 16.67 -
YUV 91.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 74 97 111 0.33 0.13 0 0.56 202.7 0.2 0.36
Hex 4A 61 6F 21 D 0 38 CB 14 24
Octal 112 141 157 41 15 0 70 313 24 44
Binary 1001010 1100001 1101111 100001 1101 0 111000 11001011 10100 100100

Color Harmonies of #4A616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A616F

Black with #4A616F

Text Example


Text Example

White with #4A616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,111); }

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

background-color css

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

 a { background-color: rgb(74,97,111); }

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

border-color css

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

 span { border-color: rgb(74,97,111); }

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