#4768ce

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

Shades of Royal Blue #4768CE

Tints of Royal Blue #4768CE

Color information

#4768CE (or 0x4768CE) is unknown color: approx Royal Blue. HEX triplet: 47, 68 and CE. RGB value is (71,104,206). Sum of RGB (Red+Green+Blue) = 71+104+206=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4768CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768CE is #B89731. Grayscale: #696969. Windows color (decimal): -12097330 or 13527111. OLE color: 13527111.

HSL color Cylindrical-coordinate representation of color #4768CE: hue angle of 225.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4768CE is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71104206-
CMYK0.660.5000.19
HSL225.33º57.94%54.31%-
HSV(B)225.33º65.53%80.78%-
XYZ18.6915.760.44-
YUV105.76184.57103.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.64%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=18.64%
G=27.30%
B=54.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711042060.660.5000.19225.3357.9454.31
Hex4768CE4232013e13a36
Octal107150316102620233417266
Binary1000111110100011001110100001011001001001111100001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4768ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4768ce; }

 p { color: rgb(71,104,206); }

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

<style>
 a { background-color: #4768ce; }

 a { background-color: rgb(71,104,206); }

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

<style>
 span { border-color: #4768ce; }

 span { border-color: rgb(71,104,206); }

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