Html Css Color HEX #4A5E6A Fiord

📋 copy color: '#4A5E6A'

red 74 ◦ green 94 ◦ blue 106

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

Shades of Fiord #4A5E6A

Tints of Fiord #4A5E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 27.01%
G = 34.31%
B = 38.69%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A5E6A (or 0x4A5E6A) is known color: Fiord. HEX triplet: 4A, 5E and 6A. RGB value is (74,94,106). Sum of RGB (Red+Green+Blue) = 74+94+106=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A5E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5E6A is #B5A195. Grayscale: #595959. Windows color (decimal): -11903382 or 6970954. OLE color: 6970954.

HSL color Cylindrical-coordinate representation of color #4A5E6A: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A5E6A is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 94 106 -
CMYK 0.30 0.11 0 0.58
HSL 202.5º 0.18% 0.35% -
HSV(B) 202.5º 0.3% 0.42% -
XYZ 9.43 10.5 15.17 -
YUV 89.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 74 94 106 0.30 0.11 0 0.58 202.5 0.18 0.35
Hex 4A 5E 6A 1E B 0 3A CA 12 23
Octal 112 136 152 36 13 0 72 312 22 43
Binary 1001010 1011110 1101010 11110 1011 0 111010 11001010 10010 100011

Color Harmonies of #4A5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5E6A

Black with #4A5E6A

Text Example


Text Example

White with #4A5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,94,106); }

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

background-color css

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

 a { background-color: rgb(74,94,106); }

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

border-color css

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

 span { border-color: rgb(74,94,106); }

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