Html Css Color HEX #4B5ADA Royal Blue

📋 copy color: '#4B5ADA'

red 75 ◦ green 90 ◦ blue 218

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

Shades of Royal Blue #4B5ADA

Tints of Royal Blue #4B5ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 19.58%
G = 23.5%
B = 56.92%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B5ADA (or 0x4B5ADA) is known color: Royal Blue. HEX triplet: 4B, 5A and DA. RGB value is (75,90,218). Sum of RGB (Red+Green+Blue) = 75+90+218=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B5ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ADA is #B4A525. Grayscale: #636363. Windows color (decimal): -11838758 or 14309963. OLE color: 14309963.

HSL color Cylindrical-coordinate representation of color #4B5ADA: hue angle of 233.71º 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 #4B5ADA is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 90 218 -
CMYK 0.66 0.59 0 0.15
HSL 233.71º 0.66% 0.57% -
HSV(B) 233.71º 0.66% 0.85% -
XYZ 19.21 13.87 67.99 -
YUV 100.11 194.53 110.09 -
System Red Green Blue C M Y K H S L
Decimal 75 90 218 0.66 0.59 0 0.15 233.71 0.66 0.57
Hex 4B 5A DA 42 3B 0 F EA 42 39
Octal 113 132 332 102 73 0 17 352 102 71
Binary 1001011 1011010 11011010 1000010 111011 0 1111 11101010 1000010 111001

Color Harmonies of #4B5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5ADA

Black with #4B5ADA

Text Example


Text Example

White with #4B5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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