Html Css Color HEX #4FAFBE Viking

📋 copy color: '#4FAFBE'

red 79 ◦ green 175 ◦ blue 190

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

Shades of Viking #4FAFBE

Tints of Viking #4FAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 17.79%
G = 39.41%
B = 42.79%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FAFBE (or 0x4FAFBE) is known color: Viking. HEX triplet: 4F, AF and BE. RGB value is (79,175,190). Sum of RGB (Red+Green+Blue) = 79+175+190=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFBE is #B05041. Grayscale: #939393. Windows color (decimal): -11554882 or 12496719. OLE color: 12496719.

HSL color Cylindrical-coordinate representation of color #4FAFBE: hue angle of 188.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAFBE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 175 190 -
CMYK 0.58 0.08 0 0.25
HSL 188.11º 0.46% 0.53% -
HSV(B) 188.11º 0.58% 0.75% -
XYZ 27.85 36.04 54.2 -
YUV 148.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 79 175 190 0.58 0.08 0 0.25 188.11 0.46 0.53
Hex 4F AF BE 3A 8 0 19 BC 2E 35
Octal 117 257 276 72 10 0 31 274 56 65
Binary 1001111 10101111 10111110 111010 1000 0 11001 10111100 101110 110101

Color Harmonies of #4FAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFBE

Black with #4FAFBE

Text Example


Text Example

White with #4FAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,175,190); }

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

background-color css

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

 a { background-color: rgb(79,175,190); }

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

border-color css

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

 span { border-color: rgb(79,175,190); }

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