#426ACA

Color #426ACA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #426ACA

Tints of Royal Blue #426ACA

Color information

#426ACA (or 0x426ACA) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and CA. RGB value is (66,106,202). Sum of RGB (Red+Green+Blue) = 66+106+202=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #426ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ACA is #BD9535. Grayscale: #686868. Windows color (decimal): -12424502 or 13265474. OLE color: 13265474.

HSL color Cylindrical-coordinate representation of color #426ACA: hue angle of 222.35º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426ACA is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66106202-
CMYK0.670.4800.21
HSL222.35º56.2%52.55%-
HSV(B)222.35º67.33%79.22%-
XYZ18.0615.7357.96-
YUV104.98182.75100.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=17.65%
G=28.34%
B=54.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661062020.670.4800.21222.3556.252.55
Hex426ACA4330015de3835
Octal102152312103600253367065
Binary1000010110101011001010100001111000001010111011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426ACA; }

 p { color: rgb(66,106,202); }

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

<style>
 a { background-color: #426ACA; }

 a { background-color: rgb(66,106,202); }

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

<style>
 span { border-color: #426ACA; }

 span { border-color: rgb(66,106,202); }

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