Html Css Color HEX #4AADCC Viking

📋 copy color: '#4AADCC'

red 74 ◦ green 173 ◦ blue 204

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

Shades of Viking #4AADCC

Tints of Viking #4AADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 16.41%
G = 38.36%
B = 45.23%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AADCC (or 0x4AADCC) is known color: Viking. HEX triplet: 4A, AD and CC. RGB value is (74,173,204). Sum of RGB (Red+Green+Blue) = 74+173+204=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADCC is #B55233. Grayscale: #929292. Windows color (decimal): -11883060 or 13413706. OLE color: 13413706.

HSL color Cylindrical-coordinate representation of color #4AADCC: hue angle of 194.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AADCC is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 173 204 -
CMYK 0.64 0.15 0 0.2
HSL 194.31º 0.56% 0.55% -
HSV(B) 194.31º 0.64% 0.8% -
XYZ 28.67 35.7 62.51 -
YUV 146.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 74 173 204 0.64 0.15 0 0.2 194.31 0.56 0.55
Hex 4A AD CC 40 F 0 14 C2 38 37
Octal 112 255 314 100 17 0 24 302 70 67
Binary 1001010 10101101 11001100 1000000 1111 0 10100 11000010 111000 110111

Color Harmonies of #4AADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADCC

Black with #4AADCC

Text Example


Text Example

White with #4AADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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