Html Css Color HEX #4FA8D0 Viking

📋 copy color: '#4FA8D0'

red 79 ◦ green 168 ◦ blue 208

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

Shades of Viking #4FA8D0

Tints of Viking #4FA8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 208 (81.64% from 255) = 45.71%

R = 17.36%
G = 36.92%
B = 45.71%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4FA8D0 (or 0x4FA8D0) is known color: Viking. HEX triplet: 4F, A8 and D0. RGB value is (79,168,208). Sum of RGB (Red+Green+Blue) = 79+168+208=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #4FA8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8D0 is #B0572F. Grayscale: #919191. Windows color (decimal): -11556656 or 13674575. OLE color: 13674575.

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

Color convert

RGB 79 168 208 -
CMYK 0.62 0.19 0 0.18
HSL 198.6º 0.58% 0.56% -
HSV(B) 198.6º 0.62% 0.82% -
XYZ 28.61 34.22 64.77 -
YUV 145.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 79 168 208 0.62 0.19 0 0.18 198.6 0.58 0.56
Hex 4F A8 D0 3E 13 0 12 C7 3A 38
Octal 117 250 320 76 23 0 22 307 72 70
Binary 1001111 10101000 11010000 111110 10011 0 10010 11000111 111010 111000

Color Harmonies of #4FA8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA8D0

Black with #4FA8D0

Text Example


Text Example

White with #4FA8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,168,208); }

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

background-color css

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

 a { background-color: rgb(79,168,208); }

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

border-color css

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

 span { border-color: rgb(79,168,208); }

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