Html Css Color HEX #4A7BDB Royal Blue

📋 copy color: '#4A7BDB'

red 74 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #4A7BDB

Tints of Royal Blue #4A7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 17.79%
G = 29.57%
B = 52.64%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A7BDB (or 0x4A7BDB) is known color: Royal Blue. HEX triplet: 4A, 7B and DB. RGB value is (74,123,219). Sum of RGB (Red+Green+Blue) = 74+123+219=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A7BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BDB is #B58424. Grayscale: #767676. Windows color (decimal): -11895845 or 14383946. OLE color: 14383946.

HSL color Cylindrical-coordinate representation of color #4A7BDB: hue angle of 219.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7BDB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 123 219 -
CMYK 0.66 0.44 0 0.14
HSL 219.72º 0.67% 0.57% -
HSV(B) 219.72º 0.66% 0.86% -
XYZ 22.69 20.74 69.82 -
YUV 119.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 74 123 219 0.66 0.44 0 0.14 219.72 0.67 0.57
Hex 4A 7B DB 42 2C 0 E DC 43 39
Octal 112 173 333 102 54 0 16 334 103 71
Binary 1001010 1111011 11011011 1000010 101100 0 1110 11011100 1000011 111001

Color Harmonies of #4A7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7BDB

Black with #4A7BDB

Text Example


Text Example

White with #4A7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,123,219); }

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

background-color css

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

 a { background-color: rgb(74,123,219); }

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

border-color css

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

 span { border-color: rgb(74,123,219); }

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