Html Css Color HEX #40A5CC Viking

📋 copy color: '#40A5CC'

red 64 ◦ green 165 ◦ blue 204

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

Shades of Viking #40A5CC

Tints of Viking #40A5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 14.78%
G = 38.11%
B = 47.11%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#40A5CC (or 0x40A5CC) is known color: Viking. HEX triplet: 40, A5 and CC. RGB value is (64,165,204). Sum of RGB (Red+Green+Blue) = 64+165+204=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #40A5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5CC is #BF5A33. Grayscale: #8A8A8A. Windows color (decimal): -12540468 or 13411648. OLE color: 13411648.

HSL color Cylindrical-coordinate representation of color #40A5CC: hue angle of 196.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A5CC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 165 204 -
CMYK 0.69 0.19 0 0.2
HSL 196.71º 0.58% 0.53% -
HSV(B) 196.71º 0.69% 0.8% -
XYZ 26.47 32.36 61.98 -
YUV 139.25 164.54 74.33 -
System Red Green Blue C M Y K H S L
Decimal 64 165 204 0.69 0.19 0 0.2 196.71 0.58 0.53
Hex 40 A5 CC 45 13 0 14 C5 3A 35
Octal 100 245 314 105 23 0 24 305 72 65
Binary 1000000 10100101 11001100 1000101 10011 0 10100 11000101 111010 110101

Color Harmonies of #40A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A5CC

Black with #40A5CC

Text Example


Text Example

White with #40A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,204); }

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

background-color css

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

 a { background-color: rgb(64,165,204); }

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

border-color css

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

 span { border-color: rgb(64,165,204); }

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