Html Css Color HEX #4AADCE Viking

📋 copy color: '#4AADCE'

red 74 ◦ green 173 ◦ blue 206

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

Shades of Viking #4AADCE

Tints of Viking #4AADCE

RGB

 RED value IS 74 (29.3% from 255) = 16.34%

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 16.34%
G = 38.19%
B = 45.47%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AADCE (or 0x4AADCE) is known color: Viking. HEX triplet: 4A, AD and CE. RGB value is (74,173,206). Sum of RGB (Red+Green+Blue) = 74+173+206=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADCE is #B55231. Grayscale: #929292. Windows color (decimal): -11883058 or 13544778. OLE color: 13544778.

HSL color Cylindrical-coordinate representation of color #4AADCE: hue angle of 195º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AADCE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 173 206 -
CMYK 0.64 0.16 0 0.19
HSL 195º 0.57% 0.55% -
HSV(B) 195º 0.64% 0.81% -
XYZ 28.91 35.8 63.78 -
YUV 147.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 74 173 206 0.64 0.16 0 0.19 195 0.57 0.55
Hex 4A AD CE 40 10 0 13 C3 39 37
Octal 112 255 316 100 20 0 23 303 71 67
Binary 1001010 10101101 11001110 1000000 10000 0 10011 11000011 111001 110111

Color Harmonies of #4AADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADCE

Black with #4AADCE

Text Example


Text Example

White with #4AADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,173,206); }

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

background-color css

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

 a { background-color: rgb(74,173,206); }

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

border-color css

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

 span { border-color: rgb(74,173,206); }

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