Html Css Color HEX #4A6FDE Royal Blue

📋 copy color: '#4A6FDE'

red 74 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #4A6FDE

Tints of Royal Blue #4A6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

 BLUE value IS 222 (87.11% from 255) = 54.55%

R = 18.18%
G = 27.27%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A6FDE (or 0x4A6FDE) is known color: Royal Blue. HEX triplet: 4A, 6F and DE. RGB value is (74,111,222). Sum of RGB (Red+Green+Blue) = 74+111+222=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A6FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FDE is #B59021. Grayscale: #707070. Windows color (decimal): -11898914 or 14577482. OLE color: 14577482.

HSL color Cylindrical-coordinate representation of color #4A6FDE: hue angle of 225º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6FDE is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 111 222 -
CMYK 0.67 0.5 0 0.13
HSL 225º 0.69% 0.58% -
HSV(B) 225º 0.67% 0.87% -
XYZ 21.69 18.1 71.46 -
YUV 112.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 74 111 222 0.67 0.5 0 0.13 225 0.69 0.58
Hex 4A 6F DE 43 32 0 D E1 45 3A
Octal 112 157 336 103 62 0 15 341 105 72
Binary 1001010 1101111 11011110 1000011 110010 0 1101 11100001 1000101 111010

Color Harmonies of #4A6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6FDE

Black with #4A6FDE

Text Example


Text Example

White with #4A6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,111,222); }

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

background-color css

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

 a { background-color: rgb(74,111,222); }

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

border-color css

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

 span { border-color: rgb(74,111,222); }

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