Html Css Color HEX #4FABD5 Viking

📋 copy color: '#4FABD5'

red 79 ◦ green 171 ◦ blue 213

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

Shades of Viking #4FABD5

Tints of Viking #4FABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 213 (83.59% from 255) = 46%

R = 17.06%
G = 36.93%
B = 46%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4FABD5 (or 0x4FABD5) is known color: Viking. HEX triplet: 4F, AB and D5. RGB value is (79,171,213). Sum of RGB (Red+Green+Blue) = 79+171+213=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #4FABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABD5 is #B0542A. Grayscale: #949494. Windows color (decimal): -11555883 or 14003023. OLE color: 14003023.

HSL color Cylindrical-coordinate representation of color #4FABD5: hue angle of 198.81º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FABD5 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 171 213 -
CMYK 0.63 0.20 0 0.16
HSL 198.81º 0.61% 0.57% -
HSV(B) 198.81º 0.63% 0.84% -
XYZ 29.8 35.59 68.25 -
YUV 148.28 164.52 78.58 -
System Red Green Blue C M Y K H S L
Decimal 79 171 213 0.63 0.20 0 0.16 198.81 0.61 0.57
Hex 4F AB D5 3F 14 0 10 C7 3D 39
Octal 117 253 325 77 24 0 20 307 75 71
Binary 1001111 10101011 11010101 111111 10100 0 10000 11000111 111101 111001

Color Harmonies of #4FABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FABD5

Black with #4FABD5

Text Example


Text Example

White with #4FABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,171,213); }

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

background-color css

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

 a { background-color: rgb(79,171,213); }

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

border-color css

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

 span { border-color: rgb(79,171,213); }

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