Html Css Color HEX #4B7AFB Royal Blue

📋 copy color: '#4B7AFB'

red 75 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #4B7AFB

Tints of Royal Blue #4B7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 16.74%
G = 27.23%
B = 56.03%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B7AFB (or 0x4B7AFB) is known color: Royal Blue. HEX triplet: 4B, 7A and FB. RGB value is (75,122,251). Sum of RGB (Red+Green+Blue) = 75+122+251=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #4B7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7AFB is #B48504. Grayscale: #7A7A7A. Windows color (decimal): -11830533 or 16480843. OLE color: 16480843.

HSL color Cylindrical-coordinate representation of color #4B7AFB: hue angle of 223.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7AFB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 122 251 -
CMYK 0.70 0.51 0 0.02
HSL 223.98º 0.96% 0.64% -
HSV(B) 223.98º 0.7% 0.98% -
XYZ 27.27 22.38 94.15 -
YUV 122.65 200.43 94.01 -
System Red Green Blue C M Y K H S L
Decimal 75 122 251 0.70 0.51 0 0.02 223.98 0.96 0.64
Hex 4B 7A FB 46 33 0 2 E0 60 40
Octal 113 172 373 106 63 0 2 340 140 100
Binary 1001011 1111010 11111011 1000110 110011 0 10 11100000 1100000 1000000

Color Harmonies of #4B7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7AFB

Black with #4B7AFB

Text Example


Text Example

White with #4B7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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