Html Css Color HEX #4A6ACC Royal Blue

📋 copy color: '#4A6ACC'

red 74 ◦ green 106 ◦ blue 204

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

Shades of Royal Blue #4A6ACC

Tints of Royal Blue #4A6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 19.27%
G = 27.6%
B = 53.13%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A6ACC (or 0x4A6ACC) is known color: Royal Blue. HEX triplet: 4A, 6A and CC. RGB value is (74,106,204). Sum of RGB (Red+Green+Blue) = 74+106+204=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ACC is #B59533. Grayscale: #6B6B6B. Windows color (decimal): -11900212 or 13396554. OLE color: 13396554.

HSL color Cylindrical-coordinate representation of color #4A6ACC: hue angle of 225.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ACC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 106 204 -
CMYK 0.64 0.48 0 0.2
HSL 225.23º 0.56% 0.55% -
HSV(B) 225.23º 0.64% 0.8% -
XYZ 18.88 16.12 59.24 -
YUV 107.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 74 106 204 0.64 0.48 0 0.2 225.23 0.56 0.55
Hex 4A 6A CC 40 30 0 14 E1 38 37
Octal 112 152 314 100 60 0 24 341 70 67
Binary 1001010 1101010 11001100 1000000 110000 0 10100 11100001 111000 110111

Color Harmonies of #4A6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6ACC

Black with #4A6ACC

Text Example


Text Example

White with #4A6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,106,204); }

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

background-color css

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

 a { background-color: rgb(74,106,204); }

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

border-color css

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

 span { border-color: rgb(74,106,204); }

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