#4765CF

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

Shades of Royal Blue #4765CF

Tints of Royal Blue #4765CF

Color information

#4765CF (or 0x4765CF) is unknown color: approx Royal Blue. HEX triplet: 47, 65 and CF. RGB value is (71,101,207). Sum of RGB (Red+Green+Blue) = 71+101+207=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #4765CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4765CF is #B89A30. Grayscale: #676767. Windows color (decimal): -12098097 or 13591879. OLE color: 13591879.

HSL color Cylindrical-coordinate representation of color #4765CF: hue angle of 226.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4765CF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71101207-
CMYK0.660.5100.19
HSL226.76º58.62%54.51%-
HSV(B)226.76º65.7%81.18%-
XYZ18.5115.1560.98-
YUV104.11186.06104.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=18.73%
G=26.65%
B=54.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711012070.660.5100.19226.7658.6254.51
Hex4765CF4233013e33b37
Octal107145317102630233437367
Binary1000111110010111001111100001011001101001111100011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4765CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4765CF; }

 p { color: rgb(71,101,207); }

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

<style>
 a { background-color: #4765CF; }

 a { background-color: rgb(71,101,207); }

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

<style>
 span { border-color: #4765CF; }

 span { border-color: rgb(71,101,207); }

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