Html Css Color HEX #4FAFCE Viking

📋 copy color: '#4FAFCE'

red 79 ◦ green 175 ◦ blue 206

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

Shades of Viking #4FAFCE

Tints of Viking #4FAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 17.17%
G = 38.04%
B = 44.78%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4FAFCE (or 0x4FAFCE) is known color: Viking. HEX triplet: 4F, AF and CE. RGB value is (79,175,206). Sum of RGB (Red+Green+Blue) = 79+175+206=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFCE is #B05031. Grayscale: #959595. Windows color (decimal): -11554866 or 13545295. OLE color: 13545295.

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

Color convert

RGB 79 175 206 -
CMYK 0.62 0.15 0 0.19
HSL 194.65º 0.56% 0.56% -
HSV(B) 194.65º 0.62% 0.81% -
XYZ 29.7 36.78 63.93 -
YUV 149.83 159.7 77.48 -
System Red Green Blue C M Y K H S L
Decimal 79 175 206 0.62 0.15 0 0.19 194.65 0.56 0.56
Hex 4F AF CE 3E F 0 13 C3 38 38
Octal 117 257 316 76 17 0 23 303 70 70
Binary 1001111 10101111 11001110 111110 1111 0 10011 11000011 111000 111000

Color Harmonies of #4FAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFCE

Black with #4FAFCE

Text Example


Text Example

White with #4FAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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