Html Css Color HEX #40A2B9 Viking

📋 copy color: '#40A2B9'

red 64 ◦ green 162 ◦ blue 185

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

Shades of Viking #40A2B9

Tints of Viking #40A2B9

RGB

 RED value IS 64 (25.39% from 255) = 15.57%

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 15.57%
G = 39.42%
B = 45.01%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#40A2B9 (or 0x40A2B9) is known color: Viking. HEX triplet: 40, A2 and B9. RGB value is (64,162,185). Sum of RGB (Red+Green+Blue) = 64+162+185=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #40A2B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2B9 is #BF5D46. Grayscale: #878787. Windows color (decimal): -12541255 or 12165696. OLE color: 12165696.

HSL color Cylindrical-coordinate representation of color #40A2B9: hue angle of 191.4º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40A2B9 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 162 185 -
CMYK 0.65 0.12 0 0.27
HSL 191.41º 0.49% 0.49% -
HSV(B) 191.41º 0.65% 0.73% -
XYZ 23.79 30.43 50.52 -
YUV 135.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 64 162 185 0.65 0.12 0 0.27 191.41 0.49 0.49
Hex 40 A2 B9 41 C 0 1B BF 31 31
Octal 100 242 271 101 14 0 33 277 61 61
Binary 1000000 10100010 10111001 1000001 1100 0 11011 10111111 110001 110001

Color Harmonies of #40A2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A2B9

Black with #40A2B9

Text Example


Text Example

White with #40A2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A2B9; }

 p { color: rgb(64,162,185); }

 H1.HeaderClassName
 {
   color: #40A2B9;
 }
 .AnyTagClassName
 {
   color: #40A2B9;
 }
</style>

background-color css

<style>
 a { background-color: #40A2B9; }

 a { background-color: rgb(64,162,185); }

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

border-color css

<style>
 span { border-color: #40A2B9; }

 span { border-color: rgb(64,162,185); }

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