Html Css Color HEX #4FB7DB Viking

📋 copy color: '#4FB7DB'

red 79 ◦ green 183 ◦ blue 219

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

Shades of Viking #4FB7DB

Tints of Viking #4FB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

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

R = 16.42%
G = 38.05%
B = 45.53%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FB7DB (or 0x4FB7DB) is known color: Viking. HEX triplet: 4F, B7 and DB. RGB value is (79,183,219). Sum of RGB (Red+Green+Blue) = 79+183+219=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FB7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB7DB is #B04824. Grayscale: #9B9B9B. Windows color (decimal): -11552805 or 14399311. OLE color: 14399311.

HSL color Cylindrical-coordinate representation of color #4FB7DB: hue angle of 195.43º 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 #4FB7DB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 183 219 -
CMYK 0.64 0.16 0 0.14
HSL 195.43º 0.66% 0.58% -
HSV(B) 195.43º 0.64% 0.86% -
XYZ 32.94 40.64 73.13 -
YUV 156.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 79 183 219 0.64 0.16 0 0.14 195.43 0.66 0.58
Hex 4F B7 DB 40 10 0 E C3 42 3A
Octal 117 267 333 100 20 0 16 303 102 72
Binary 1001111 10110111 11011011 1000000 10000 0 1110 11000011 1000010 111010

Color Harmonies of #4FB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB7DB

Black with #4FB7DB

Text Example


Text Example

White with #4FB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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