Html Css Color HEX #4A68DC Royal Blue

📋 copy color: '#4A68DC'

red 74 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #4A68DC

Tints of Royal Blue #4A68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

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

R = 18.59%
G = 26.13%
B = 55.28%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A68DC (or 0x4A68DC) is known color: Royal Blue. HEX triplet: 4A, 68 and DC. RGB value is (74,104,220). Sum of RGB (Red+Green+Blue) = 74+104+220=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A68DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A68DC is #B59723. Grayscale: #6B6B6B. Windows color (decimal): -11900708 or 14444618. OLE color: 14444618.

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

Color convert

RGB 74 104 220 -
CMYK 0.66 0.53 0 0.14
HSL 227.67º 0.68% 0.58% -
HSV(B) 227.67º 0.66% 0.86% -
XYZ 20.69 16.52 69.81 -
YUV 108.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 74 104 220 0.66 0.53 0 0.14 227.67 0.68 0.58
Hex 4A 68 DC 42 35 0 E E4 44 3A
Octal 112 150 334 102 65 0 16 344 104 72
Binary 1001010 1101000 11011100 1000010 110101 0 1110 11100100 1000100 111010

Color Harmonies of #4A68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A68DC

Black with #4A68DC

Text Example


Text Example

White with #4A68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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