Html Css Color HEX #4FBACC Viking

📋 copy color: '#4FBACC'

red 79 ◦ green 186 ◦ blue 204

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

Shades of Viking #4FBACC

Tints of Viking #4FBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 16.84%
G = 39.66%
B = 43.5%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FBACC (or 0x4FBACC) is known color: Viking. HEX triplet: 4F, BA and CC. RGB value is (79,186,204). Sum of RGB (Red+Green+Blue) = 79+186+204=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBACC is #B04533. Grayscale: #9B9B9B. Windows color (decimal): -11552052 or 13417039. OLE color: 13417039.

HSL color Cylindrical-coordinate representation of color #4FBACC: hue angle of 188.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBACC is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 186 204 -
CMYK 0.61 0.09 0 0.2
HSL 188.64º 0.55% 0.55% -
HSV(B) 188.64º 0.61% 0.8% -
XYZ 31.68 41.14 63.4 -
YUV 156.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 79 186 204 0.61 0.09 0 0.2 188.64 0.55 0.55
Hex 4F BA CC 3D 9 0 14 BD 37 37
Octal 117 272 314 75 11 0 24 275 67 67
Binary 1001111 10111010 11001100 111101 1001 0 10100 10111101 110111 110111

Color Harmonies of #4FBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBACC

Black with #4FBACC

Text Example


Text Example

White with #4FBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,186,204); }

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

background-color css

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

 a { background-color: rgb(79,186,204); }

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

border-color css

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

 span { border-color: rgb(79,186,204); }

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