Html Css Color HEX #4A5E6C Fiord

📋 copy color: '#4A5E6C'

red 74 ◦ green 94 ◦ blue 108

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

Shades of Fiord #4A5E6C

Tints of Fiord #4A5E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 26.81%
G = 34.06%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A5E6C (or 0x4A5E6C) is known color: Fiord. HEX triplet: 4A, 5E and 6C. RGB value is (74,94,108). Sum of RGB (Red+Green+Blue) = 74+94+108=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A5E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5E6C is #B5A193. Grayscale: #595959. Windows color (decimal): -11903380 or 7102026. OLE color: 7102026.

HSL color Cylindrical-coordinate representation of color #4A5E6C: hue angle of 204.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A5E6C is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 94 108 -
CMYK 0.31 0.13 0 0.58
HSL 204.71º 0.19% 0.36% -
HSV(B) 204.71º 0.31% 0.42% -
XYZ 9.53 10.54 15.72 -
YUV 89.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 74 94 108 0.31 0.13 0 0.58 204.71 0.19 0.36
Hex 4A 5E 6C 1F D 0 3A CD 13 24
Octal 112 136 154 37 15 0 72 315 23 44
Binary 1001010 1011110 1101100 11111 1101 0 111010 11001101 10011 100100

Color Harmonies of #4A5E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5E6C

Black with #4A5E6C

Text Example


Text Example

White with #4A5E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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