Html Css Color HEX #4A66DC Royal Blue

📋 copy color: '#4A66DC'

red 74 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #4A66DC

Tints of Royal Blue #4A66DC

RGB

 RED value IS 74 (29.3% from 255) = 18.69%

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

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

R = 18.69%
G = 25.76%
B = 55.56%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A66DC (or 0x4A66DC) is known color: Royal Blue. HEX triplet: 4A, 66 and DC. RGB value is (74,102,220). Sum of RGB (Red+Green+Blue) = 74+102+220=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 102 (40.23% from 255 or 25.76% 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 #4A66DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66DC is #B59923. Grayscale: #6A6A6A. Windows color (decimal): -11901220 or 14444106. OLE color: 14444106.

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

Color convert

RGB 74 102 220 -
CMYK 0.66 0.54 0 0.14
HSL 228.49º 0.68% 0.58% -
HSV(B) 228.49º 0.66% 0.86% -
XYZ 20.49 16.13 69.74 -
YUV 107.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 74 102 220 0.66 0.54 0 0.14 228.49 0.68 0.58
Hex 4A 66 DC 42 36 0 E E4 44 3A
Octal 112 146 334 102 66 0 16 344 104 72
Binary 1001010 1100110 11011100 1000010 110110 0 1110 11100100 1000100 111010

Color Harmonies of #4A66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A66DC

Black with #4A66DC

Text Example


Text Example

White with #4A66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,220); }

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

background-color css

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

 a { background-color: rgb(74,102,220); }

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

border-color css

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

 span { border-color: rgb(74,102,220); }

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