Html Css Color HEX #4B7CFD Royal Blue

📋 copy color: '#4B7CFD'

red 75 ◦ green 124 ◦ blue 253

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

Shades of Royal Blue #4B7CFD

Tints of Royal Blue #4B7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 16.59%
G = 27.43%
B = 55.97%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4B7CFD (or 0x4B7CFD) is known color: Royal Blue. HEX triplet: 4B, 7C and FD. RGB value is (75,124,253). Sum of RGB (Red+Green+Blue) = 75+124+253=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B7CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7CFD is #B48302. Grayscale: #7B7B7B. Windows color (decimal): -11830019 or 16612427. OLE color: 16612427.

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

Color convert

RGB 75 124 253 -
CMYK 0.70 0.51 0 0.01
HSL 223.48º 0.98% 0.64% -
HSV(B) 223.48º 0.7% 0.99% -
XYZ 27.84 23 95.9 -
YUV 124.06 200.77 93.01 -
System Red Green Blue C M Y K H S L
Decimal 75 124 253 0.70 0.51 0 0.01 223.48 0.98 0.64
Hex 4B 7C FD 46 33 0 1 DF 62 40
Octal 113 174 375 106 63 0 1 337 142 100
Binary 1001011 1111100 11111101 1000110 110011 0 1 11011111 1100010 1000000

Color Harmonies of #4B7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7CFD

Black with #4B7CFD

Text Example


Text Example

White with #4B7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,124,253); }

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

background-color css

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

 a { background-color: rgb(75,124,253); }

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

border-color css

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

 span { border-color: rgb(75,124,253); }

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