Html Css Color HEX #4AB9CB Viking

📋 copy color: '#4AB9CB'

red 74 ◦ green 185 ◦ blue 203

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

Shades of Viking #4AB9CB

Tints of Viking #4AB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

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

R = 16.02%
G = 40.04%
B = 43.94%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4AB9CB (or 0x4AB9CB) is known color: Viking. HEX triplet: 4A, B9 and CB. RGB value is (74,185,203). Sum of RGB (Red+Green+Blue) = 74+185+203=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9CB is #B54634. Grayscale: #999999. Windows color (decimal): -11879989 or 13351242. OLE color: 13351242.

HSL color Cylindrical-coordinate representation of color #4AB9CB: hue angle of 188.37º 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 #4AB9CB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 185 203 -
CMYK 0.64 0.09 0 0.20
HSL 188.37º 0.55% 0.54% -
HSV(B) 188.37º 0.64% 0.8% -
XYZ 30.95 40.47 62.68 -
YUV 153.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 74 185 203 0.64 0.09 0 0.20 188.37 0.55 0.54
Hex 4A B9 CB 40 9 0 14 BC 37 36
Octal 112 271 313 100 11 0 24 274 67 66
Binary 1001010 10111001 11001011 1000000 1001 0 10100 10111100 110111 110110

Color Harmonies of #4AB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB9CB

Black with #4AB9CB

Text Example


Text Example

White with #4AB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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