Html Css Color HEX #4A606F Fiord

📋 copy color: '#4A606F'

red 74 ◦ green 96 ◦ blue 111

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

Shades of Fiord #4A606F

Tints of Fiord #4A606F

RGB

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

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

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

R = 26.33%
G = 34.16%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A606F (or 0x4A606F) is known color: Fiord. HEX triplet: 4A, 60 and 6F. RGB value is (74,96,111). Sum of RGB (Red+Green+Blue) = 74+96+111=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A606F is #B59F90. Grayscale: #5B5B5B. Windows color (decimal): -11902865 or 7299146. OLE color: 7299146.

HSL color Cylindrical-coordinate representation of color #4A606F: hue angle of 204.32º 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 #4A606F is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 96 111 -
CMYK 0.33 0.14 0 0.56
HSL 204.32º 0.2% 0.36% -
HSV(B) 204.32º 0.33% 0.44% -
XYZ 9.88 10.97 16.64 -
YUV 91.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 74 96 111 0.33 0.14 0 0.56 204.32 0.2 0.36
Hex 4A 60 6F 21 E 0 38 CC 14 24
Octal 112 140 157 41 16 0 70 314 24 44
Binary 1001010 1100000 1101111 100001 1110 0 111000 11001100 10100 100100

Color Harmonies of #4A606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A606F

Black with #4A606F

Text Example


Text Example

White with #4A606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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