#419CC7

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

Shades of Viking #419CC7

Tints of Viking #419CC7

Color information

#419CC7 (or 0x419CC7) is unknown color: approx Viking. HEX triplet: 41, 9C and C7. RGB value is (65,156,199). Sum of RGB (Red+Green+Blue) = 65+156+199=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #419CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC7 is #BE6338. Grayscale: #858585. Windows color (decimal): -12477241 or 13081665. OLE color: 13081665.

HSL color Cylindrical-coordinate representation of color #419CC7: hue angle of 199.25º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419CC7 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65156199-
CMYK0.670.2200.22
HSL199.25º54.47%51.76%-
HSV(B)199.25º67.34%78.04%-
XYZ24.3829.0258.35-
YUV133.69164.8579-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=15.48%
G=37.14%
B=47.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651561990.670.2200.22199.2554.4751.76
Hex419CC74316016c73634
Octal101234307103260263076664
Binary1000001100111001100011110000111011001011011000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419CC7; }

 p { color: rgb(65,156,199); }

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

<style>
 a { background-color: #419CC7; }

 a { background-color: rgb(65,156,199); }

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

<style>
 span { border-color: #419CC7; }

 span { border-color: rgb(65,156,199); }

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