Html Css Color HEX #4AA8CB Viking

📋 copy color: '#4AA8CB'

red 74 ◦ green 168 ◦ blue 203

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

Shades of Viking #4AA8CB

Tints of Viking #4AA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 16.63%
G = 37.75%
B = 45.62%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4AA8CB (or 0x4AA8CB) is known color: Viking. HEX triplet: 4A, A8 and CB. RGB value is (74,168,203). Sum of RGB (Red+Green+Blue) = 74+168+203=445 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.63% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA8CB is #B55734. Grayscale: #8F8F8F. Windows color (decimal): -11884341 or 13346890. OLE color: 13346890.

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

Color convert

RGB 74 168 203 -
CMYK 0.64 0.17 0 0.20
HSL 196.28º 0.55% 0.54% -
HSV(B) 196.28º 0.64% 0.8% -
XYZ 27.61 33.77 61.56 -
YUV 143.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 74 168 203 0.64 0.17 0 0.20 196.28 0.55 0.54
Hex 4A A8 CB 40 11 0 14 C4 37 36
Octal 112 250 313 100 21 0 24 304 67 66
Binary 1001010 10101000 11001011 1000000 10001 0 10100 11000100 110111 110110

Color Harmonies of #4AA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA8CB

Black with #4AA8CB

Text Example


Text Example

White with #4AA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,168,203); }

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

background-color css

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

 a { background-color: rgb(74,168,203); }

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

border-color css

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

 span { border-color: rgb(74,168,203); }

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