Html Css Color HEX #4FB4BD Viking

📋 copy color: '#4FB4BD'

red 79 ◦ green 180 ◦ blue 189

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

Shades of Viking #4FB4BD

Tints of Viking #4FB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 17.63%
G = 40.18%
B = 42.19%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4FB4BD (or 0x4FB4BD) is known color: Viking. HEX triplet: 4F, B4 and BD. RGB value is (79,180,189). Sum of RGB (Red+Green+Blue) = 79+180+189=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB4BD is #B04B42. Grayscale: #969696. Windows color (decimal): -11553603 or 12432463. OLE color: 12432463.

HSL color Cylindrical-coordinate representation of color #4FB4BD: hue angle of 184.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB4BD is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 180 189 -
CMYK 0.58 0.05 0 0.26
HSL 184.91º 0.45% 0.53% -
HSV(B) 184.91º 0.58% 0.74% -
XYZ 28.73 37.98 53.96 -
YUV 150.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 79 180 189 0.58 0.05 0 0.26 184.91 0.45 0.53
Hex 4F B4 BD 3A 5 0 1A B9 2D 35
Octal 117 264 275 72 5 0 32 271 55 65
Binary 1001111 10110100 10111101 111010 101 0 11010 10111001 101101 110101

Color Harmonies of #4FB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB4BD

Black with #4FB4BD

Text Example


Text Example

White with #4FB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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