Html Css Color HEX #4C69DC Royal Blue

📋 copy color: '#4C69DC'

red 76 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4C69DC

Tints of Royal Blue #4C69DC

RGB

 RED value IS 76 (30.08% from 255) = 18.95%

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

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

R = 18.95%
G = 26.18%
B = 54.86%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C69DC (or 0x4C69DC) is known color: Royal Blue. HEX triplet: 4C, 69 and DC. RGB value is (76,105,220). Sum of RGB (Red+Green+Blue) = 76+105+220=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C69DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69DC is #B39623. Grayscale: #6C6C6C. Windows color (decimal): -11769380 or 14444876. OLE color: 14444876.

HSL color Cylindrical-coordinate representation of color #4C69DC: hue angle of 227.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C69DC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 105 220 -
CMYK 0.65 0.52 0 0.14
HSL 227.92º 0.67% 0.58% -
HSV(B) 227.92º 0.65% 0.86% -
XYZ 20.95 16.81 69.85 -
YUV 109.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 76 105 220 0.65 0.52 0 0.14 227.92 0.67 0.58
Hex 4C 69 DC 41 34 0 E E4 43 3A
Octal 114 151 334 101 64 0 16 344 103 72
Binary 1001100 1101001 11011100 1000001 110100 0 1110 11100100 1000011 111010

Color Harmonies of #4C69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C69DC

Black with #4C69DC

Text Example


Text Example

White with #4C69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C69DC;
 }
 .AnyTagClassName
 {
   color: #4C69DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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