#4675FE

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

Shades of Royal Blue #4675FE

Tints of Royal Blue #4675FE

Color information

#4675FE (or 0x4675FE) is unknown color: approx Royal Blue. HEX triplet: 46, 75 and FE. RGB value is (70,117,254). Sum of RGB (Red+Green+Blue) = 70+117+254=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #4675FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4675FE is #B98A01. Grayscale: #757575. Windows color (decimal): -12159490 or 16676166. OLE color: 16676166.

HSL color Cylindrical-coordinate representation of color #4675FE: hue angle of 224.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4675FE is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB70117254-
CMYK0.720.5400.00
HSL224.67º98.92%63.53%-
HSV(B)224.67º72.44%99.61%-
XYZ26.7821.1896.44-
YUV118.57204.4393.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=15.87%
G=26.53%
B=57.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal701172540.720.5400.00224.6798.9263.53
Hex4675FE483600e16340
Octal1061653761106600341143100
Binary10001101110101111111101001000110110001110000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4675FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4675FE; }

 p { color: rgb(70,117,254); }

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

<style>
 a { background-color: #4675FE; }

 a { background-color: rgb(70,117,254); }

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

<style>
 span { border-color: #4675FE; }

 span { border-color: rgb(70,117,254); }

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