Html Css Color HEX #4B7FFA Royal Blue

📋 copy color: '#4B7FFA'

red 75 ◦ green 127 ◦ blue 250

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

Shades of Royal Blue #4B7FFA

Tints of Royal Blue #4B7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 16.59%
G = 28.1%
B = 55.31%

CMYK

 C value IS 0.7

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B7FFA (or 0x4B7FFA) is known color: Royal Blue. HEX triplet: 4B, 7F and FA. RGB value is (75,127,250). Sum of RGB (Red+Green+Blue) = 75+127+250=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B7FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7FFA is #B48005. Grayscale: #7C7C7C. Windows color (decimal): -11829254 or 16416587. OLE color: 16416587.

HSL color Cylindrical-coordinate representation of color #4B7FFA: hue angle of 222.17º degrees, saturation: 0.95, 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 #4B7FFA is Cyan = 0.7, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 127 250 -
CMYK 0.7 0.49 0 0.02
HSL 222.17º 0.95% 0.64% -
HSV(B) 222.17º 0.7% 0.98% -
XYZ 27.75 23.58 93.53 -
YUV 125.47 198.27 92 -
System Red Green Blue C M Y K H S L
Decimal 75 127 250 0.7 0.49 0 0.02 222.17 0.95 0.64
Hex 4B 7F FA 46 31 0 2 DE 5F 40
Octal 113 177 372 106 61 0 2 336 137 100
Binary 1001011 1111111 11111010 1000110 110001 0 10 11011110 1011111 1000000

Color Harmonies of #4B7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FFA

Black with #4B7FFA

Text Example


Text Example

White with #4B7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,250); }

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

background-color css

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

 a { background-color: rgb(75,127,250); }

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

border-color css

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

 span { border-color: rgb(75,127,250); }

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