#4469ff

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

Shades of Royal Blue #4469FF

Tints of Royal Blue #4469FF

Color information

#4469FF (or 0x4469FF) is unknown color: approx Royal Blue. HEX triplet: 44, 69 and FF. RGB value is (68,105,255). Sum of RGB (Red+Green+Blue) = 68+105+255=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #4469FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4469FF is #BB9600. Grayscale: #6E6E6E. Windows color (decimal): -12293633 or 16738628. OLE color: 16738628.

HSL color Cylindrical-coordinate representation of color #4469FF: hue angle of 228.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4469FF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68105255-
CMYK0.730.5900
HSL228.13º100%63.33%-
HSV(B)228.13º73.33%100%-
XYZ25.4918.5596.85-
YUV111.04209.2497.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.89%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 255 (100% from 255) = 59.58%
R=15.89%
G=24.53%
B=59.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681052550.730.5900228.1310063.33
Hex4469FF493B00e4643f
Octal104151377111730034414477
Binary1000100110100111111111100100111101100111001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4469ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4469ff; }

 p { color: rgb(68,105,255); }

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

<style>
 a { background-color: #4469ff; }

 a { background-color: rgb(68,105,255); }

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

<style>
 span { border-color: #4469ff; }

 span { border-color: rgb(68,105,255); }

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