Html Css Color HEX #4EB5BD Viking

📋 copy color: '#4EB5BD'

red 78 ◦ green 181 ◦ blue 189

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

Shades of Viking #4EB5BD

Tints of Viking #4EB5BD

RGB

 RED value IS 78 (30.86% from 255) = 17.41%

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 17.41%
G = 40.4%
B = 42.19%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4EB5BD (or 0x4EB5BD) is known color: Viking. HEX triplet: 4E, B5 and BD. RGB value is (78,181,189). Sum of RGB (Red+Green+Blue) = 78+181+189=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 181 (71.09% from 255 or 40.40% 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 #4EB5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB5BD is #B14A42. Grayscale: #969696. Windows color (decimal): -11618883 or 12432718. OLE color: 12432718.

HSL color Cylindrical-coordinate representation of color #4EB5BD: hue angle of 184.32º degrees, saturation: 0.46, 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 #4EB5BD is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 181 189 -
CMYK 0.59 0.04 0 0.26
HSL 184.32º 0.46% 0.52% -
HSV(B) 184.32º 0.59% 0.74% -
XYZ 28.85 38.34 54.02 -
YUV 151.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 78 181 189 0.59 0.04 0 0.26 184.32 0.46 0.52
Hex 4E B5 BD 3B 4 0 1A B8 2E 34
Octal 116 265 275 73 4 0 32 270 56 64
Binary 1001110 10110101 10111101 111011 100 0 11010 10111000 101110 110100

Color Harmonies of #4EB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB5BD

Black with #4EB5BD

Text Example


Text Example

White with #4EB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,181,189); }

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

background-color css

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

 a { background-color: rgb(78,181,189); }

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

border-color css

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

 span { border-color: rgb(78,181,189); }

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