#4274F3

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

Shades of Royal Blue #4274F3

Tints of Royal Blue #4274F3

Color information

#4274F3 (or 0x4274F3) is unknown color: approx Royal Blue. HEX triplet: 42, 74 and F3. RGB value is (66,116,243). Sum of RGB (Red+Green+Blue) = 66+116+243=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #4274F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4274F3 is #BD8B0C. Grayscale: #727272. Windows color (decimal): -12421901 or 15955010. OLE color: 15955010.

HSL color Cylindrical-coordinate representation of color #4274F3: hue angle of 223.05º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4274F3 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66116243-
CMYK0.730.5200.05
HSL223.05º88.06%60.59%-
HSV(B)223.05º72.84%95.29%-
XYZ24.6720.1287.38-
YUV115.53199.9492.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 243 (95.31% from 255) = 57.18%
R=15.53%
G=27.29%
B=57.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661162430.730.5200.05223.0588.0660.59
Hex4274F3493405df583d
Octal102164363111640533713075
Binary100001011101001111001110010011101000101110111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4274F3; }

 p { color: rgb(66,116,243); }

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

<style>
 a { background-color: #4274F3; }

 a { background-color: rgb(66,116,243); }

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

<style>
 span { border-color: #4274F3; }

 span { border-color: rgb(66,116,243); }

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