Html Css Color HEX #4A69CC Royal Blue

📋 copy color: '#4A69CC'

red 74 ◦ green 105 ◦ blue 204

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

Shades of Royal Blue #4A69CC

Tints of Royal Blue #4A69CC

RGB

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

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

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

R = 19.32%
G = 27.42%
B = 53.26%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A69CC (or 0x4A69CC) is known color: Royal Blue. HEX triplet: 4A, 69 and CC. RGB value is (74,105,204). Sum of RGB (Red+Green+Blue) = 74+105+204=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A69CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69CC is #B59633. Grayscale: #6A6A6A. Windows color (decimal): -11900468 or 13396298. OLE color: 13396298.

HSL color Cylindrical-coordinate representation of color #4A69CC: hue angle of 225.69º 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 #4A69CC is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 105 204 -
CMYK 0.64 0.49 0 0.2
HSL 225.69º 0.56% 0.55% -
HSV(B) 225.69º 0.64% 0.8% -
XYZ 18.77 15.92 59.21 -
YUV 107.02 182.73 104.45 -
System Red Green Blue C M Y K H S L
Decimal 74 105 204 0.64 0.49 0 0.2 225.69 0.56 0.55
Hex 4A 69 CC 40 31 0 14 E2 38 37
Octal 112 151 314 100 61 0 24 342 70 67
Binary 1001010 1101001 11001100 1000000 110001 0 10100 11100010 111000 110111

Color Harmonies of #4A69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A69CC

Black with #4A69CC

Text Example


Text Example

White with #4A69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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