Html Css Color HEX #4FAECD Viking

📋 copy color: '#4FAECD'

red 79 ◦ green 174 ◦ blue 205

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

Shades of Viking #4FAECD

Tints of Viking #4FAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 17.25%
G = 37.99%
B = 44.76%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FAECD (or 0x4FAECD) is known color: Viking. HEX triplet: 4F, AE and CD. RGB value is (79,174,205). Sum of RGB (Red+Green+Blue) = 79+174+205=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAECD is #B05132. Grayscale: #949494. Windows color (decimal): -11555123 or 13479503. OLE color: 13479503.

HSL color Cylindrical-coordinate representation of color #4FAECD: hue angle of 194.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FAECD is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 174 205 -
CMYK 0.61 0.15 0 0.20
HSL 194.76º 0.56% 0.56% -
HSV(B) 194.76º 0.61% 0.8% -
XYZ 29.38 36.34 63.22 -
YUV 149.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 79 174 205 0.61 0.15 0 0.20 194.76 0.56 0.56
Hex 4F AE CD 3D F 0 14 C3 38 38
Octal 117 256 315 75 17 0 24 303 70 70
Binary 1001111 10101110 11001101 111101 1111 0 10100 11000011 111000 111000

Color Harmonies of #4FAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAECD

Black with #4FAECD

Text Example


Text Example

White with #4FAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,174,205); }

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

background-color css

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

 a { background-color: rgb(79,174,205); }

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

border-color css

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

 span { border-color: rgb(79,174,205); }

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