#4B74CF

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

Shades of Royal Blue #4B74CF

Tints of Royal Blue #4B74CF

Color information

#4B74CF (or 0x4B74CF) is unknown color: approx Royal Blue. HEX triplet: 4B, 74 and CF. RGB value is (75,116,207). Sum of RGB (Red+Green+Blue) = 75+116+207=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B74CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B74CF is #B48B30. Grayscale: #717171. Windows color (decimal): -11832113 or 13595723. OLE color: 13595723.

HSL color Cylindrical-coordinate representation of color #4B74CF: hue angle of 221.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B74CF is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75116207-
CMYK0.640.4400.19
HSL221.36º57.89%55.29%-
HSV(B)221.36º63.77%81.18%-
XYZ20.4118.4961.53-
YUV114.12180.42100.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 207 (81.25% from 255) = 52.01%
R=18.84%
G=29.15%
B=52.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751162070.640.4400.19221.3657.8955.29
Hex4B74CF402C013dd3a37
Octal113164317100540233357267
Binary1001011111010011001111100000010110001001111011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B74CF; }

 p { color: rgb(75,116,207); }

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

<style>
 a { background-color: #4B74CF; }

 a { background-color: rgb(75,116,207); }

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

<style>
 span { border-color: #4B74CF; }

 span { border-color: rgb(75,116,207); }

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