#4262F7

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

Shades of Royal Blue #4262F7

Tints of Royal Blue #4262F7

Color information

#4262F7 (or 0x4262F7) is unknown color: approx Royal Blue. HEX triplet: 42, 62 and F7. RGB value is (66,98,247). Sum of RGB (Red+Green+Blue) = 66+98+247=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #4262F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4262F7 is #BD9D08. Grayscale: #686868. Windows color (decimal): -12426505 or 16212546. OLE color: 16212546.

HSL color Cylindrical-coordinate representation of color #4262F7: hue angle of 229.39º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4262F7 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6698247-
CMYK0.730.6000.03
HSL229.39º91.88%61.37%-
HSV(B)229.39º73.28%96.86%-
XYZ23.416.6189.97-
YUV105.42207.999.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 247 (96.88% from 255) = 60.10%
R=16.06%
G=23.84%
B=60.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66982470.730.6000.03229.3991.8861.37
Hex4262F7493C03e55c3d
Octal102142367111740334513475
Binary10000101100010111101111001001111100011111001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4262F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4262F7; }

 p { color: rgb(66,98,247); }

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

<style>
 a { background-color: #4262F7; }

 a { background-color: rgb(66,98,247); }

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

<style>
 span { border-color: #4262F7; }

 span { border-color: rgb(66,98,247); }

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