Html Css Color HEX #4766FC Royal Blue

📋 copy color: '#4766FC'

red 71 ◦ green 102 ◦ blue 252

#4766FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4766FC

Tints of Royal Blue #4766FC

RGB

 RED value IS 71 (28.13% from 255) = 16.71%

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 16.71%
G = 24%
B = 59.29%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4766FC (or 0x4766FC) is known color: Royal Blue. HEX triplet: 47, 66 and FC. RGB value is (71,102,252). Sum of RGB (Red+Green+Blue) = 71+102+252=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #4766FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4766FC is #B89903. Grayscale: #6D6D6D. Windows color (decimal): -12097796 or 16541255. OLE color: 16541255.

HSL color Cylindrical-coordinate representation of color #4766FC: hue angle of 229.72º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4766FC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 102 252 -
CMYK 0.72 0.60 0 0.01
HSL 229.72º 0.97% 0.63% -
HSV(B) 229.72º 0.72% 0.99% -
XYZ 24.92 17.87 94.23 -
YUV 109.83 208.23 100.3 -
System Red Green Blue C M Y K H S L
Decimal 71 102 252 0.72 0.60 0 0.01 229.72 0.97 0.63
Hex 47 66 FC 48 3C 0 1 E6 61 3F
Octal 107 146 374 110 74 0 1 346 141 77
Binary 1000111 1100110 11111100 1001000 111100 0 1 11100110 1100001 111111

Color Harmonies of #4766FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4766FC

Black with #4766FC

Text Example


Text Example

White with #4766FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4766FC; }

 p { color: rgb(71,102,252); }

 H1.HeaderClassName
 {
   color: #4766FC;
 }
 .AnyTagClassName
 {
   color: #4766FC;
 }
</style>

background-color css

<style>
 a { background-color: #4766FC; }

 a { background-color: rgb(71,102,252); }

 div.DivClassName
 {
   background-color: #4766FC;
 }
 .BgClassName
 {
   background-color: #4766FC;
 }
</style>

border-color css

<style>
 span { border-color: #4766FC; }

 span { border-color: rgb(71,102,252); }

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