Html Css Color HEX #4FBECC Viking

📋 copy color: '#4FBECC'

red 79 ◦ green 190 ◦ blue 204

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

Shades of Viking #4FBECC

Tints of Viking #4FBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

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

R = 16.7%
G = 40.17%
B = 43.13%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FBECC (or 0x4FBECC) is known color: Viking. HEX triplet: 4F, BE and CC. RGB value is (79,190,204). Sum of RGB (Red+Green+Blue) = 79+190+204=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBECC is #B04133. Grayscale: #9E9E9E. Windows color (decimal): -11551028 or 13418063. OLE color: 13418063.

HSL color Cylindrical-coordinate representation of color #4FBECC: hue angle of 186.72º 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 #4FBECC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 190 204 -
CMYK 0.61 0.07 0 0.2
HSL 186.72º 0.55% 0.55% -
HSV(B) 186.72º 0.61% 0.8% -
XYZ 32.54 42.85 63.68 -
YUV 158.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 79 190 204 0.61 0.07 0 0.2 186.72 0.55 0.55
Hex 4F BE CC 3D 7 0 14 BB 37 37
Octal 117 276 314 75 7 0 24 273 67 67
Binary 1001111 10111110 11001100 111101 111 0 10100 10111011 110111 110111

Color Harmonies of #4FBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBECC

Black with #4FBECC

Text Example


Text Example

White with #4FBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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