Html Css Color HEX #4FBDC5 Viking

📋 copy color: '#4FBDC5'

red 79 ◦ green 189 ◦ blue 197

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

Shades of Viking #4FBDC5

Tints of Viking #4FBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 16.99%
G = 40.65%
B = 42.37%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4FBDC5 (or 0x4FBDC5) is known color: Viking. HEX triplet: 4F, BD and C5. RGB value is (79,189,197). Sum of RGB (Red+Green+Blue) = 79+189+197=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #4FBDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDC5 is #B0423A. Grayscale: #9C9C9C. Windows color (decimal): -11551291 or 12959055. OLE color: 12959055.

HSL color Cylindrical-coordinate representation of color #4FBDC5: hue angle of 184.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBDC5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 189 197 -
CMYK 0.60 0.04 0 0.23
HSL 184.07º 0.5% 0.54% -
HSV(B) 184.07º 0.6% 0.77% -
XYZ 31.5 42.09 59.29 -
YUV 157.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 79 189 197 0.60 0.04 0 0.23 184.07 0.5 0.54
Hex 4F BD C5 3C 4 0 17 B8 32 36
Octal 117 275 305 74 4 0 27 270 62 66
Binary 1001111 10111101 11000101 111100 100 0 10111 10111000 110010 110110

Color Harmonies of #4FBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBDC5

Black with #4FBDC5

Text Example


Text Example

White with #4FBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,189,197); }

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

background-color css

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

 a { background-color: rgb(79,189,197); }

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

border-color css

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

 span { border-color: rgb(79,189,197); }

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