Html Css Color HEX #4B7ADA Royal Blue

📋 copy color: '#4B7ADA'

red 75 ◦ green 122 ◦ blue 218

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

Shades of Royal Blue #4B7ADA

Tints of Royal Blue #4B7ADA

RGB

 RED value IS 75 (29.69% from 255) = 18.07%

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 18.07%
G = 29.4%
B = 52.53%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B7ADA (or 0x4B7ADA) is known color: Royal Blue. HEX triplet: 4B, 7A and DA. RGB value is (75,122,218). Sum of RGB (Red+Green+Blue) = 75+122+218=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B7ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ADA is #B48525. Grayscale: #767676. Windows color (decimal): -11830566 or 14318155. OLE color: 14318155.

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

Color convert

RGB 75 122 218 -
CMYK 0.66 0.44 0 0.15
HSL 220.28º 0.66% 0.57% -
HSV(B) 220.28º 0.66% 0.85% -
XYZ 22.52 20.48 69.1 -
YUV 118.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 75 122 218 0.66 0.44 0 0.15 220.28 0.66 0.57
Hex 4B 7A DA 42 2C 0 F DC 42 39
Octal 113 172 332 102 54 0 17 334 102 71
Binary 1001011 1111010 11011010 1000010 101100 0 1111 11011100 1000010 111001

Color Harmonies of #4B7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7ADA

Black with #4B7ADA

Text Example


Text Example

White with #4B7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,218); }

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

background-color css

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

 a { background-color: rgb(75,122,218); }

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

border-color css

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

 span { border-color: rgb(75,122,218); }

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