Html Css Color HEX #4A71CB Royal Blue

📋 copy color: '#4A71CB'

red 74 ◦ green 113 ◦ blue 203

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

Shades of Royal Blue #4A71CB

Tints of Royal Blue #4A71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 18.97%
G = 28.97%
B = 52.05%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A71CB (or 0x4A71CB) is known color: Royal Blue. HEX triplet: 4A, 71 and CB. RGB value is (74,113,203). Sum of RGB (Red+Green+Blue) = 74+113+203=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A71CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71CB is #B58E34. Grayscale: #6F6F6F. Windows color (decimal): -11898421 or 13332810. OLE color: 13332810.

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

Color convert

RGB 74 113 203 -
CMYK 0.64 0.44 0 0.20
HSL 221.86º 0.55% 0.54% -
HSV(B) 221.86º 0.64% 0.8% -
XYZ 19.51 17.58 58.86 -
YUV 111.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 74 113 203 0.64 0.44 0 0.20 221.86 0.55 0.54
Hex 4A 71 CB 40 2C 0 14 DE 37 36
Octal 112 161 313 100 54 0 24 336 67 66
Binary 1001010 1110001 11001011 1000000 101100 0 10100 11011110 110111 110110

Color Harmonies of #4A71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A71CB

Black with #4A71CB

Text Example


Text Example

White with #4A71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,203); }

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

background-color css

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

 a { background-color: rgb(74,113,203); }

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

border-color css

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

 span { border-color: rgb(74,113,203); }

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