Html Css Color HEX #4AAFCA Viking

📋 copy color: '#4AAFCA'

red 74 ◦ green 175 ◦ blue 202

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

Shades of Viking #4AAFCA

Tints of Viking #4AAFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

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

R = 16.41%
G = 38.8%
B = 44.79%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4AAFCA (or 0x4AAFCA) is known color: Viking. HEX triplet: 4A, AF and CA. RGB value is (74,175,202). Sum of RGB (Red+Green+Blue) = 74+175+202=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFCA is #B55035. Grayscale: #939393. Windows color (decimal): -11882550 or 13283146. OLE color: 13283146.

HSL color Cylindrical-coordinate representation of color #4AAFCA: hue angle of 192.66º 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 #4AAFCA is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 175 202 -
CMYK 0.63 0.13 0 0.21
HSL 192.66º 0.55% 0.54% -
HSV(B) 192.66º 0.63% 0.79% -
XYZ 28.81 36.38 61.38 -
YUV 147.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 74 175 202 0.63 0.13 0 0.21 192.66 0.55 0.54
Hex 4A AF CA 3F D 0 15 C1 37 36
Octal 112 257 312 77 15 0 25 301 67 66
Binary 1001010 10101111 11001010 111111 1101 0 10101 11000001 110111 110110

Color Harmonies of #4AAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFCA

Black with #4AAFCA

Text Example


Text Example

White with #4AAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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