Html Css Color HEX #4B6ADE Royal Blue

📋 copy color: '#4B6ADE'

red 75 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #4B6ADE

Tints of Royal Blue #4B6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 18.61%
G = 26.3%
B = 55.09%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B6ADE (or 0x4B6ADE) is known color: Royal Blue. HEX triplet: 4B, 6A and DE. RGB value is (75,106,222). Sum of RGB (Red+Green+Blue) = 75+106+222=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B6ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ADE is #B49521. Grayscale: #6D6D6D. Windows color (decimal): -11834658 or 14576203. OLE color: 14576203.

HSL color Cylindrical-coordinate representation of color #4B6ADE: hue angle of 227.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B6ADE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 106 222 -
CMYK 0.66 0.52 0 0.13
HSL 227.35º 0.69% 0.58% -
HSV(B) 227.35º 0.66% 0.87% -
XYZ 21.24 17.08 71.28 -
YUV 109.96 191.23 103.07 -
System Red Green Blue C M Y K H S L
Decimal 75 106 222 0.66 0.52 0 0.13 227.35 0.69 0.58
Hex 4B 6A DE 42 34 0 D E3 45 3A
Octal 113 152 336 102 64 0 15 343 105 72
Binary 1001011 1101010 11011110 1000010 110100 0 1101 11100011 1000101 111010

Color Harmonies of #4B6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ADE

Black with #4B6ADE

Text Example


Text Example

White with #4B6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,222); }

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

background-color css

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

 a { background-color: rgb(75,106,222); }

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

border-color css

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

 span { border-color: rgb(75,106,222); }

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