Html Css Color HEX #4F6BFA Royal Blue

📋 copy color: '#4F6BFA'

red 79 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #4F6BFA

Tints of Royal Blue #4F6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 18.12%
G = 24.54%
B = 57.34%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F6BFA (or 0x4F6BFA) is known color: Royal Blue. HEX triplet: 4F, 6B and FA. RGB value is (79,107,250). Sum of RGB (Red+Green+Blue) = 79+107+250=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F6BFA is #B09405. Grayscale: #727272. Windows color (decimal): -11572230 or 16411471. OLE color: 16411471.

HSL color Cylindrical-coordinate representation of color #4F6BFA: hue angle of 230.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F6BFA is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 107 250 -
CMYK 0.68 0.57 0 0.02
HSL 230.18º 0.94% 0.65% -
HSV(B) 230.18º 0.68% 0.98% -
XYZ 25.74 19.08 92.77 -
YUV 114.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 79 107 250 0.68 0.57 0 0.02 230.18 0.94 0.65
Hex 4F 6B FA 44 39 0 2 E6 5E 41
Octal 117 153 372 104 71 0 2 346 136 101
Binary 1001111 1101011 11111010 1000100 111001 0 10 11100110 1011110 1000001

Color Harmonies of #4F6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6BFA

Black with #4F6BFA

Text Example


Text Example

White with #4F6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,107,250); }

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

background-color css

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

 a { background-color: rgb(79,107,250); }

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

border-color css

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

 span { border-color: rgb(79,107,250); }

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