#459CC5

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

Shades of Viking #459CC5

Tints of Viking #459CC5

Color information

#459CC5 (or 0x459CC5) is unknown color: approx Viking. HEX triplet: 45, 9C and C5. RGB value is (69,156,197). Sum of RGB (Red+Green+Blue) = 69+156+197=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #459CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CC5 is #BA633A. Grayscale: #868686. Windows color (decimal): -12215099 or 12950597. OLE color: 12950597.

HSL color Cylindrical-coordinate representation of color #459CC5: hue angle of 199.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #459CC5 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB69156197-
CMYK0.650.2100.23
HSL199.22º52.46%52.16%-
HSV(B)199.22º64.97%77.25%-
XYZ24.4229.0757.15-
YUV134.66163.1881.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.35%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=16.35%
G=36.97%
B=46.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691561970.650.2100.23199.2252.4652.16
Hex459CC54115017c73434
Octal105234305101250273076464
Binary1000101100111001100010110000011010101011111000111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459CC5; }

 p { color: rgb(69,156,197); }

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

<style>
 a { background-color: #459CC5; }

 a { background-color: rgb(69,156,197); }

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

<style>
 span { border-color: #459CC5; }

 span { border-color: rgb(69,156,197); }

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