Html Css Color HEX #4FB6DB Viking

📋 copy color: '#4FB6DB'

red 79 ◦ green 182 ◦ blue 219

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

Shades of Viking #4FB6DB

Tints of Viking #4FB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 16.46%
G = 37.92%
B = 45.63%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FB6DB (or 0x4FB6DB) is known color: Viking. HEX triplet: 4F, B6 and DB. RGB value is (79,182,219). Sum of RGB (Red+Green+Blue) = 79+182+219=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB6DB is #B04924. Grayscale: #9B9B9B. Windows color (decimal): -11553061 or 14399055. OLE color: 14399055.

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

Color convert

RGB 79 182 219 -
CMYK 0.64 0.17 0 0.14
HSL 195.86º 0.66% 0.58% -
HSV(B) 195.86º 0.64% 0.86% -
XYZ 32.74 40.23 73.06 -
YUV 155.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 79 182 219 0.64 0.17 0 0.14 195.86 0.66 0.58
Hex 4F B6 DB 40 11 0 E C4 42 3A
Octal 117 266 333 100 21 0 16 304 102 72
Binary 1001111 10110110 11011011 1000000 10001 0 1110 11000100 1000010 111010

Color Harmonies of #4FB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB6DB

Black with #4FB6DB

Text Example


Text Example

White with #4FB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,182,219); }

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

background-color css

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

 a { background-color: rgb(79,182,219); }

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

border-color css

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

 span { border-color: rgb(79,182,219); }

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