Html Css Color HEX #4B7EFF Royal Blue

📋 copy color: '#4B7EFF'

red 75 ◦ green 126 ◦ blue 255

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

Shades of Royal Blue #4B7EFF

Tints of Royal Blue #4B7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

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

R = 16.45%
G = 27.63%
B = 55.92%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B7EFF (or 0x4B7EFF) is known color: Royal Blue. HEX triplet: 4B, 7E and FF. RGB value is (75,126,255). Sum of RGB (Red+Green+Blue) = 75+126+255=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7EFF is #B48100. Grayscale: #7C7C7C. Windows color (decimal): -11829505 or 16744011. OLE color: 16744011.

HSL color Cylindrical-coordinate representation of color #4B7EFF: hue angle of 223º 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 #4B7EFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 126 255 -
CMYK 0.71 0.51 0 0
HSL 223º 1% 0.65% -
HSV(B) 223º 0.71% 1% -
XYZ 28.41 23.64 97.67 -
YUV 125.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 75 126 255 0.71 0.51 0 0 223 1 0.65
Hex 4B 7E FF 47 33 0 0 DF 64 41
Octal 113 176 377 107 63 0 0 337 144 101
Binary 1001011 1111110 11111111 1000111 110011 0 0 11011111 1100100 1000001

Color Harmonies of #4B7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7EFF

Black with #4B7EFF

Text Example


Text Example

White with #4B7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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