Html Css Color HEX #4F7EDE Royal Blue

📋 copy color: '#4F7EDE'

red 79 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #4F7EDE

Tints of Royal Blue #4F7EDE

RGB

 RED value IS 79 (31.25% from 255) = 18.5%

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

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

R = 18.5%
G = 29.51%
B = 51.99%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F7EDE (or 0x4F7EDE) is known color: Royal Blue. HEX triplet: 4F, 7E and DE. RGB value is (79,126,222). Sum of RGB (Red+Green+Blue) = 79+126+222=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F7EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7EDE is #B08121. Grayscale: #7A7A7A. Windows color (decimal): -11567394 or 14581327. OLE color: 14581327.

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

Color convert

RGB 79 126 222 -
CMYK 0.64 0.43 0 0.13
HSL 220.28º 0.68% 0.59% -
HSV(B) 220.28º 0.64% 0.87% -
XYZ 23.87 21.86 72.07 -
YUV 122.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 79 126 222 0.64 0.43 0 0.13 220.28 0.68 0.59
Hex 4F 7E DE 40 2B 0 D DC 44 3B
Octal 117 176 336 100 53 0 15 334 104 73
Binary 1001111 1111110 11011110 1000000 101011 0 1101 11011100 1000100 111011

Color Harmonies of #4F7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7EDE

Black with #4F7EDE

Text Example


Text Example

White with #4F7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,126,222); }

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

background-color css

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

 a { background-color: rgb(79,126,222); }

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

border-color css

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

 span { border-color: rgb(79,126,222); }

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