Html Css Color HEX #4A6BFA Royal Blue

📋 copy color: '#4A6BFA'

red 74 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #4A6BFA

Tints of Royal Blue #4A6BFA

RGB

 RED value IS 74 (29.3% from 255) = 17.17%

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

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

R = 17.17%
G = 24.83%
B = 58%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A6BFA (or 0x4A6BFA) is known color: Royal Blue. HEX triplet: 4A, 6B and FA. RGB value is (74,107,250). Sum of RGB (Red+Green+Blue) = 74+107+250=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BFA is #B59405. Grayscale: #707070. Windows color (decimal): -11899910 or 16411466. OLE color: 16411466.

HSL color Cylindrical-coordinate representation of color #4A6BFA: hue angle of 228.75º 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 #4A6BFA is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 107 250 -
CMYK 0.70 0.57 0 0.02
HSL 228.75º 0.95% 0.64% -
HSV(B) 228.75º 0.7% 0.98% -
XYZ 25.34 18.87 92.75 -
YUV 113.44 205.07 99.87 -
System Red Green Blue C M Y K H S L
Decimal 74 107 250 0.70 0.57 0 0.02 228.75 0.95 0.64
Hex 4A 6B FA 46 39 0 2 E5 5F 40
Octal 112 153 372 106 71 0 2 345 137 100
Binary 1001010 1101011 11111010 1000110 111001 0 10 11100101 1011111 1000000

Color Harmonies of #4A6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6BFA

Black with #4A6BFA

Text Example


Text Example

White with #4A6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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