Html Css Color HEX #4B7FDE Royal Blue

📋 copy color: '#4B7FDE'

red 75 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #4B7FDE

Tints of Royal Blue #4B7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 17.69%
G = 29.95%
B = 52.36%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B7FDE (or 0x4B7FDE) is known color: Royal Blue. HEX triplet: 4B, 7F and DE. RGB value is (75,127,222). Sum of RGB (Red+Green+Blue) = 75+127+222=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FDE is #B48021. Grayscale: #797979. Windows color (decimal): -11829282 or 14581579. OLE color: 14581579.

HSL color Cylindrical-coordinate representation of color #4B7FDE: hue angle of 218.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7FDE is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 127 222 -
CMYK 0.66 0.43 0 0.13
HSL 218.78º 0.69% 0.58% -
HSV(B) 218.78º 0.66% 0.87% -
XYZ 23.68 21.95 72.1 -
YUV 122.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 75 127 222 0.66 0.43 0 0.13 218.78 0.69 0.58
Hex 4B 7F DE 42 2B 0 D DB 45 3A
Octal 113 177 336 102 53 0 15 333 105 72
Binary 1001011 1111111 11011110 1000010 101011 0 1101 11011011 1000101 111010

Color Harmonies of #4B7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FDE

Black with #4B7FDE

Text Example


Text Example

White with #4B7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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