Html Css Color HEX #4C69DB Royal Blue

📋 copy color: '#4C69DB'

red 76 ◦ green 105 ◦ blue 219

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

Shades of Royal Blue #4C69DB

Tints of Royal Blue #4C69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 19%
G = 26.25%
B = 54.75%

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

#4C69DB (or 0x4C69DB) is known color: Royal Blue. HEX triplet: 4C, 69 and DB. RGB value is (76,105,219). Sum of RGB (Red+Green+Blue) = 76+105+219=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69DB is #B39624. Grayscale: #6C6C6C. Windows color (decimal): -11769381 or 14379340. OLE color: 14379340.

HSL color Cylindrical-coordinate representation of color #4C69DB: hue angle of 227.83º 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 #4C69DB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 105 219 -
CMYK 0.65 0.52 0 0.14
HSL 227.83º 0.67% 0.58% -
HSV(B) 227.83º 0.65% 0.86% -
XYZ 20.82 16.75 69.15 -
YUV 109.33 189.89 104.23 -
System Red Green Blue C M Y K H S L
Decimal 76 105 219 0.65 0.52 0 0.14 227.83 0.67 0.58
Hex 4C 69 DB 41 34 0 E E4 43 3A
Octal 114 151 333 101 64 0 16 344 103 72
Binary 1001100 1101001 11011011 1000001 110100 0 1110 11100100 1000011 111010

Color Harmonies of #4C69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C69DB

Black with #4C69DB

Text Example


Text Example

White with #4C69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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