Html Css Color HEX #4B7AF2 Royal Blue

📋 copy color: '#4B7AF2'

red 75 ◦ green 122 ◦ blue 242

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

Shades of Royal Blue #4B7AF2

Tints of Royal Blue #4B7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 17.08%
G = 27.79%
B = 55.13%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4B7AF2 (or 0x4B7AF2) is known color: Royal Blue. HEX triplet: 4B, 7A and F2. RGB value is (75,122,242). Sum of RGB (Red+Green+Blue) = 75+122+242=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B7AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7AF2 is #B4850D. Grayscale: #797979. Windows color (decimal): -11830542 or 15891019. OLE color: 15891019.

HSL color Cylindrical-coordinate representation of color #4B7AF2: hue angle of 223.11º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7AF2 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 122 242 -
CMYK 0.69 0.50 0 0.05
HSL 223.11º 0.87% 0.62% -
HSV(B) 223.11º 0.69% 0.95% -
XYZ 25.89 21.83 86.85 -
YUV 121.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 75 122 242 0.69 0.50 0 0.05 223.11 0.87 0.62
Hex 4B 7A F2 45 32 0 5 DF 57 3E
Octal 113 172 362 105 62 0 5 337 127 76
Binary 1001011 1111010 11110010 1000101 110010 0 101 11011111 1010111 111110

Color Harmonies of #4B7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7AF2

Black with #4B7AF2

Text Example


Text Example

White with #4B7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,242); }

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

background-color css

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

 a { background-color: rgb(75,122,242); }

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

border-color css

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

 span { border-color: rgb(75,122,242); }

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