#4675FB

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

Shades of Royal Blue #4675FB

Tints of Royal Blue #4675FB

Color information

#4675FB (or 0x4675FB) is unknown color: approx Royal Blue. HEX triplet: 46, 75 and FB. RGB value is (70,117,251). Sum of RGB (Red+Green+Blue) = 70+117+251=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #4675FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4675FB is #B98A04. Grayscale: #757575. Windows color (decimal): -12159493 or 16479558. OLE color: 16479558.

HSL color Cylindrical-coordinate representation of color #4675FB: hue angle of 224.42º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4675FB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70117251-
CMYK0.720.5300.02
HSL224.42º95.77%62.94%-
HSV(B)224.42º72.11%98.43%-
XYZ26.320.9993.93-
YUV118.22202.9393.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.98%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 251 (98.44% from 255) = 57.31%
R=15.98%
G=26.71%
B=57.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701172510.720.5300.02224.4295.7762.94
Hex4675FB483502e0603f
Octal106165373110650234014077
Binary10001101110101111110111001000110101010111000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4675FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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