Html Css Color HEX #4F75FB Royal Blue

📋 copy color: '#4F75FB'

red 79 ◦ green 117 ◦ blue 251

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

Shades of Royal Blue #4F75FB

Tints of Royal Blue #4F75FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 17.67%
G = 26.17%
B = 56.15%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F75FB (or 0x4F75FB) is known color: Royal Blue. HEX triplet: 4F, 75 and FB. RGB value is (79,117,251). Sum of RGB (Red+Green+Blue) = 79+117+251=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F75FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F75FB is #B08A04. Grayscale: #787878. Windows color (decimal): -11569669 or 16479567. OLE color: 16479567.

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

Color convert

RGB 79 117 251 -
CMYK 0.69 0.53 0 0.02
HSL 226.74º 0.96% 0.65% -
HSV(B) 226.74º 0.69% 0.98% -
XYZ 27 21.35 93.96 -
YUV 120.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 79 117 251 0.69 0.53 0 0.02 226.74 0.96 0.65
Hex 4F 75 FB 45 35 0 2 E3 60 41
Octal 117 165 373 105 65 0 2 343 140 101
Binary 1001111 1110101 11111011 1000101 110101 0 10 11100011 1100000 1000001

Color Harmonies of #4F75FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F75FB

Black with #4F75FB

Text Example


Text Example

White with #4F75FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,117,251); }

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

background-color css

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

 a { background-color: rgb(79,117,251); }

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

border-color css

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

 span { border-color: rgb(79,117,251); }

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