Html Css Color HEX #4DBECA Viking

📋 copy color: '#4DBECA'

red 77 ◦ green 190 ◦ blue 202

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

Shades of Viking #4DBECA

Tints of Viking #4DBECA

RGB

 RED value IS 77 (30.47% from 255) = 16.42%

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 16.42%
G = 40.51%
B = 43.07%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DBECA (or 0x4DBECA) is known color: Viking. HEX triplet: 4D, BE and CA. RGB value is (77,190,202). Sum of RGB (Red+Green+Blue) = 77+190+202=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DBECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBECA is #B24135. Grayscale: #9D9D9D. Windows color (decimal): -11682102 or 13286989. OLE color: 13286989.

HSL color Cylindrical-coordinate representation of color #4DBECA: hue angle of 185.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBECA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 190 202 -
CMYK 0.62 0.06 0 0.21
HSL 185.76º 0.54% 0.55% -
HSV(B) 185.76º 0.62% 0.79% -
XYZ 32.13 42.67 62.42 -
YUV 157.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 77 190 202 0.62 0.06 0 0.21 185.76 0.54 0.55
Hex 4D BE CA 3E 6 0 15 BA 36 37
Octal 115 276 312 76 6 0 25 272 66 67
Binary 1001101 10111110 11001010 111110 110 0 10101 10111010 110110 110111

Color Harmonies of #4DBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBECA

Black with #4DBECA

Text Example


Text Example

White with #4DBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,190,202); }

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

background-color css

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

 a { background-color: rgb(77,190,202); }

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

border-color css

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

 span { border-color: rgb(77,190,202); }

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