Html Css Color HEX #4769DC Royal Blue

📋 copy color: '#4769DC'

red 71 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4769DC

Tints of Royal Blue #4769DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 17.93%
G = 26.52%
B = 55.56%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4769DC (or 0x4769DC) is known color: Royal Blue. HEX triplet: 47, 69 and DC. RGB value is (71,105,220). Sum of RGB (Red+Green+Blue) = 71+105+220=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #4769DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769DC is #B89623. Grayscale: #6B6B6B. Windows color (decimal): -12097060 or 14444871. OLE color: 14444871.

HSL color Cylindrical-coordinate representation of color #4769DC: hue angle of 226.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4769DC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 105 220 -
CMYK 0.68 0.52 0 0.14
HSL 226.31º 0.68% 0.57% -
HSV(B) 226.31º 0.68% 0.86% -
XYZ 20.57 16.61 69.83 -
YUV 107.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 71 105 220 0.68 0.52 0 0.14 226.31 0.68 0.57
Hex 47 69 DC 44 34 0 E E2 44 39
Octal 107 151 334 104 64 0 16 342 104 71
Binary 1000111 1101001 11011100 1000100 110100 0 1110 11100010 1000100 111001

Color Harmonies of #4769DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4769DC

Black with #4769DC

Text Example


Text Example

White with #4769DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4769DC; }

 p { color: rgb(71,105,220); }

 H1.HeaderClassName
 {
   color: #4769DC;
 }
 .AnyTagClassName
 {
   color: #4769DC;
 }
</style>

background-color css

<style>
 a { background-color: #4769DC; }

 a { background-color: rgb(71,105,220); }

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

border-color css

<style>
 span { border-color: #4769DC; }

 span { border-color: rgb(71,105,220); }

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