Html Css Color HEX #4DA5BC Viking

📋 copy color: '#4DA5BC'

red 77 ◦ green 165 ◦ blue 188

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

Shades of Viking #4DA5BC

Tints of Viking #4DA5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 17.91%
G = 38.37%
B = 43.72%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4DA5BC (or 0x4DA5BC) is known color: Viking. HEX triplet: 4D, A5 and BC. RGB value is (77,165,188). Sum of RGB (Red+Green+Blue) = 77+165+188=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5BC is #B25A43. Grayscale: #8D8D8D. Windows color (decimal): -11688516 or 12363085. OLE color: 12363085.

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

Color convert

RGB 77 165 188 -
CMYK 0.59 0.12 0 0.26
HSL 192.43º 0.45% 0.52% -
HSV(B) 192.43º 0.59% 0.74% -
XYZ 25.59 32.12 52.43 -
YUV 141.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 77 165 188 0.59 0.12 0 0.26 192.43 0.45 0.52
Hex 4D A5 BC 3B C 0 1A C0 2D 34
Octal 115 245 274 73 14 0 32 300 55 64
Binary 1001101 10100101 10111100 111011 1100 0 11010 11000000 101101 110100

Color Harmonies of #4DA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA5BC

Black with #4DA5BC

Text Example


Text Example

White with #4DA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,165,188); }

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

background-color css

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

 a { background-color: rgb(77,165,188); }

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

border-color css

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

 span { border-color: rgb(77,165,188); }

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