#44A5CD

Color #44A5CD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #44A5CD

Tints of Viking #44A5CD

Color information

#44A5CD (or 0x44A5CD) is unknown color: approx Viking. HEX triplet: 44, A5 and CD. RGB value is (68,165,205). Sum of RGB (Red+Green+Blue) = 68+165+205=438 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.53% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #44A5CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A5CD is #BB5A32. Grayscale: #8C8C8C. Windows color (decimal): -12278323 or 13477188. OLE color: 13477188.

HSL color Cylindrical-coordinate representation of color #44A5CD: hue angle of 197.52º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44A5CD is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68165205-
CMYK0.670.2000.20
HSL197.52º57.81%53.53%-
HSV(B)197.52º66.83%80.39%-
XYZ26.8632.5562.62-
YUV140.56164.3676.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.53%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=15.53%
G=37.67%
B=46.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681652050.670.2000.20197.5257.8153.53
Hex44A5CD4314014c63a36
Octal104245315103240243067266
Binary1000100101001011100110110000111010001010011000110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A5CD; }

 p { color: rgb(68,165,205); }

 H1.HeaderClassName
 {
   color: #44A5CD;
 }
 .AnyTagClassName
 {
   color: #44A5CD;
 }
</style>
background-color css

<style>
 a { background-color: #44A5CD; }

 a { background-color: rgb(68,165,205); }

 div.DivClassName
 {
   background-color: #44A5CD;
 }
 .BgClassName
 {
   background-color: #44A5CD;
 }
</style>
border-color css

<style>
 span { border-color: #44A5CD; }

 span { border-color: rgb(68,165,205); }

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