Html Css Color HEX #4FB0DC Viking

📋 copy color: '#4FB0DC'

red 79 ◦ green 176 ◦ blue 220

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

Shades of Viking #4FB0DC

Tints of Viking #4FB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 16.63%
G = 37.05%
B = 46.32%

CMYK

 C value IS 0.64

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FB0DC (or 0x4FB0DC) is known color: Viking. HEX triplet: 4F, B0 and DC. RGB value is (79,176,220). Sum of RGB (Red+Green+Blue) = 79+176+220=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0DC is #B04F23. Grayscale: #979797. Windows color (decimal): -11554596 or 14463055. OLE color: 14463055.

HSL color Cylindrical-coordinate representation of color #4FB0DC: hue angle of 198.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FB0DC is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 176 220 -
CMYK 0.64 0.2 0 0.14
HSL 198.72º 0.67% 0.59% -
HSV(B) 198.72º 0.64% 0.86% -
XYZ 31.67 37.88 73.35 -
YUV 152.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 79 176 220 0.64 0.2 0 0.14 198.72 0.67 0.59
Hex 4F B0 DC 40 14 0 E C7 43 3B
Octal 117 260 334 100 24 0 16 307 103 73
Binary 1001111 10110000 11011100 1000000 10100 0 1110 11000111 1000011 111011

Color Harmonies of #4FB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB0DC

Black with #4FB0DC

Text Example


Text Example

White with #4FB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,176,220); }

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

background-color css

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

 a { background-color: rgb(79,176,220); }

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

border-color css

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

 span { border-color: rgb(79,176,220); }

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