Html Css Color HEX #4FAEBC Viking

📋 copy color: '#4FAEBC'

red 79 ◦ green 174 ◦ blue 188

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

Shades of Viking #4FAEBC

Tints of Viking #4FAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 17.91%
G = 39.46%
B = 42.63%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4FAEBC (or 0x4FAEBC) is known color: Viking. HEX triplet: 4F, AE and BC. RGB value is (79,174,188). Sum of RGB (Red+Green+Blue) = 79+174+188=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEBC is #B05143. Grayscale: #939393. Windows color (decimal): -11555140 or 12365391. OLE color: 12365391.

HSL color Cylindrical-coordinate representation of color #4FAEBC: hue angle of 187.71º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAEBC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 174 188 -
CMYK 0.58 0.07 0 0.26
HSL 187.71º 0.45% 0.52% -
HSV(B) 187.71º 0.58% 0.74% -
XYZ 27.44 35.57 53 -
YUV 147.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 79 174 188 0.58 0.07 0 0.26 187.71 0.45 0.52
Hex 4F AE BC 3A 7 0 1A BC 2D 34
Octal 117 256 274 72 7 0 32 274 55 64
Binary 1001111 10101110 10111100 111010 111 0 11010 10111100 101101 110100

Color Harmonies of #4FAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEBC

Black with #4FAEBC

Text Example


Text Example

White with #4FAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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