Html Css Color HEX #4B71FF Royal Blue

📋 copy color: '#4B71FF'

red 75 ◦ green 113 ◦ blue 255

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

Shades of Royal Blue #4B71FF

Tints of Royal Blue #4B71FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 16.93%
G = 25.51%
B = 57.56%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B71FF (or 0x4B71FF) is known color: Royal Blue. HEX triplet: 4B, 71 and FF. RGB value is (75,113,255). Sum of RGB (Red+Green+Blue) = 75+113+255=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B71FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B71FF is #B48E00. Grayscale: #757575. Windows color (decimal): -11832833 or 16740683. OLE color: 16740683.

HSL color Cylindrical-coordinate representation of color #4B71FF: hue angle of 227.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B71FF is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 113 255 -
CMYK 0.71 0.56 0 0
HSL 227.33º 1% 0.65% -
HSV(B) 227.33º 0.71% 1% -
XYZ 26.86 20.53 97.15 -
YUV 117.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 75 113 255 0.71 0.56 0 0 227.33 1 0.65
Hex 4B 71 FF 47 38 0 0 E3 64 41
Octal 113 161 377 107 70 0 0 343 144 101
Binary 1001011 1110001 11111111 1000111 111000 0 0 11100011 1100100 1000001

Color Harmonies of #4B71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B71FF

Black with #4B71FF

Text Example


Text Example

White with #4B71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,255); }

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

background-color css

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

 a { background-color: rgb(75,113,255); }

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

border-color css

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

 span { border-color: rgb(75,113,255); }

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