Html Css Color HEX #4766CF Royal Blue

📋 copy color: '#4766CF'

red 71 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #4766CF

Tints of Royal Blue #4766CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 18.68%
G = 26.84%
B = 54.47%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4766CF (or 0x4766CF) is known color: Royal Blue. HEX triplet: 47, 66 and CF. RGB value is (71,102,207). Sum of RGB (Red+Green+Blue) = 71+102+207=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #4766CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766CF is #B89930. Grayscale: #686868. Windows color (decimal): -12097841 or 13592135. OLE color: 13592135.

HSL color Cylindrical-coordinate representation of color #4766CF: hue angle of 226.32º 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 #4766CF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 102 207 -
CMYK 0.66 0.51 0 0.19
HSL 226.32º 0.59% 0.55% -
HSV(B) 226.32º 0.66% 0.81% -
XYZ 18.61 15.35 61.01 -
YUV 104.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 71 102 207 0.66 0.51 0 0.19 226.32 0.59 0.55
Hex 47 66 CF 42 33 0 13 E2 3B 37
Octal 107 146 317 102 63 0 23 342 73 67
Binary 1000111 1100110 11001111 1000010 110011 0 10011 11100010 111011 110111

Color Harmonies of #4766CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4766CF

Black with #4766CF

Text Example


Text Example

White with #4766CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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