Html Css Color HEX #4A69CE Royal Blue

📋 copy color: '#4A69CE'

red 74 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #4A69CE

Tints of Royal Blue #4A69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 19.22%
G = 27.27%
B = 53.51%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A69CE (or 0x4A69CE) is known color: Royal Blue. HEX triplet: 4A, 69 and CE. RGB value is (74,105,206). Sum of RGB (Red+Green+Blue) = 74+105+206=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A69CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69CE is #B59631. Grayscale: #6A6A6A. Windows color (decimal): -11900466 or 13527370. OLE color: 13527370.

HSL color Cylindrical-coordinate representation of color #4A69CE: hue angle of 225.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A69CE is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 105 206 -
CMYK 0.64 0.49 0 0.19
HSL 225.91º 0.57% 0.55% -
HSV(B) 225.91º 0.64% 0.81% -
XYZ 19.02 16.02 60.48 -
YUV 107.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 74 105 206 0.64 0.49 0 0.19 225.91 0.57 0.55
Hex 4A 69 CE 40 31 0 13 E2 39 37
Octal 112 151 316 100 61 0 23 342 71 67
Binary 1001010 1101001 11001110 1000000 110001 0 10011 11100010 111001 110111

Color Harmonies of #4A69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A69CE

Black with #4A69CE

Text Example


Text Example

White with #4A69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,105,206); }

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

background-color css

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

 a { background-color: rgb(74,105,206); }

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

border-color css

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

 span { border-color: rgb(74,105,206); }

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