#469CC3

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

Shades of Viking #469CC3

Tints of Viking #469CC3

Color information

#469CC3 (or 0x469CC3) is unknown color: approx Viking. HEX triplet: 46, 9C and C3. RGB value is (70,156,195). Sum of RGB (Red+Green+Blue) = 70+156+195=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #469CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CC3 is #B9633C. Grayscale: #868686. Windows color (decimal): -12149565 or 12819526. OLE color: 12819526.

HSL color Cylindrical-coordinate representation of color #469CC3: hue angle of 198.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469CC3 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70156195-
CMYK0.640.2000.24
HSL198.72º51.02%51.96%-
HSV(B)198.72º64.1%76.47%-
XYZ24.2629.0255.95-
YUV134.73162.0181.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.63%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 195 (76.56% from 255) = 46.32%
R=16.63%
G=37.05%
B=46.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701561950.640.2000.24198.7251.0251.96
Hex469CC34014018c73334
Octal106234303100240303076364
Binary1000110100111001100001110000001010001100011000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469CC3; }

 p { color: rgb(70,156,195); }

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

<style>
 a { background-color: #469CC3; }

 a { background-color: rgb(70,156,195); }

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

<style>
 span { border-color: #469CC3; }

 span { border-color: rgb(70,156,195); }

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