Html Css Color HEX #4AADCA Viking

📋 copy color: '#4AADCA'

red 74 ◦ green 173 ◦ blue 202

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

Shades of Viking #4AADCA

Tints of Viking #4AADCA

RGB

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

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

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

R = 16.48%
G = 38.53%
B = 44.99%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4AADCA (or 0x4AADCA) is known color: Viking. HEX triplet: 4A, AD and CA. RGB value is (74,173,202). Sum of RGB (Red+Green+Blue) = 74+173+202=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADCA is #B55235. Grayscale: #929292. Windows color (decimal): -11883062 or 13282634. OLE color: 13282634.

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

Color convert

RGB 74 173 202 -
CMYK 0.63 0.14 0 0.21
HSL 193.59º 0.55% 0.54% -
HSV(B) 193.59º 0.63% 0.79% -
XYZ 28.43 35.61 61.25 -
YUV 146.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 74 173 202 0.63 0.14 0 0.21 193.59 0.55 0.54
Hex 4A AD CA 3F E 0 15 C2 37 36
Octal 112 255 312 77 16 0 25 302 67 66
Binary 1001010 10101101 11001010 111111 1110 0 10101 11000010 110111 110110

Color Harmonies of #4AADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADCA

Black with #4AADCA

Text Example


Text Example

White with #4AADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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