Html Css Color HEX #4CAABD Viking

📋 copy color: '#4CAABD'

red 76 ◦ green 170 ◦ blue 189

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

Shades of Viking #4CAABD

Tints of Viking #4CAABD

RGB

 RED value IS 76 (30.08% from 255) = 17.47%

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 189 (74.22% from 255) = 43.45%

R = 17.47%
G = 39.08%
B = 43.45%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4CAABD (or 0x4CAABD) is known color: Viking. HEX triplet: 4C, AA and BD. RGB value is (76,170,189). Sum of RGB (Red+Green+Blue) = 76+170+189=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #4CAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAABD is #B35542. Grayscale: #8F8F8F. Windows color (decimal): -11752771 or 12429900. OLE color: 12429900.

HSL color Cylindrical-coordinate representation of color #4CAABD: hue angle of 190.09º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CAABD is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 170 189 -
CMYK 0.60 0.10 0 0.26
HSL 190.09º 0.46% 0.52% -
HSV(B) 190.09º 0.6% 0.74% -
XYZ 26.54 33.96 53.3 -
YUV 144.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 76 170 189 0.60 0.10 0 0.26 190.09 0.46 0.52
Hex 4C AA BD 3C A 0 1A BE 2E 34
Octal 114 252 275 74 12 0 32 276 56 64
Binary 1001100 10101010 10111101 111100 1010 0 11010 10111110 101110 110100

Color Harmonies of #4CAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAABD

Black with #4CAABD

Text Example


Text Example

White with #4CAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,189); }

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

background-color css

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

 a { background-color: rgb(76,170,189); }

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

border-color css

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

 span { border-color: rgb(76,170,189); }

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