Html Css Color HEX #4271F6 Royal Blue

📋 copy color: '#4271F6'

red 66 ◦ green 113 ◦ blue 246

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

Shades of Royal Blue #4271F6

Tints of Royal Blue #4271F6

RGB

 RED value IS 66 (26.17% from 255) = 15.53%

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 246 (96.48% from 255) = 57.88%

R = 15.53%
G = 26.59%
B = 57.88%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4271F6 (or 0x4271F6) is known color: Royal Blue. HEX triplet: 42, 71 and F6. RGB value is (66,113,246). Sum of RGB (Red+Green+Blue) = 66+113+246=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #4271F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4271F6 is #BD8E09. Grayscale: #717171. Windows color (decimal): -12422666 or 16150850. OLE color: 16150850.

HSL color Cylindrical-coordinate representation of color #4271F6: hue angle of 224.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4271F6 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 113 246 -
CMYK 0.73 0.54 0 0.04
HSL 224.33º 0.91% 0.61% -
HSV(B) 224.33º 0.73% 0.96% -
XYZ 24.79 19.62 89.67 -
YUV 114.11 202.43 93.69 -
System Red Green Blue C M Y K H S L
Decimal 66 113 246 0.73 0.54 0 0.04 224.33 0.91 0.61
Hex 42 71 F6 49 36 0 4 E0 5B 3D
Octal 102 161 366 111 66 0 4 340 133 75
Binary 1000010 1110001 11110110 1001001 110110 0 100 11100000 1011011 111101

Color Harmonies of #4271F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4271F6

Black with #4271F6

Text Example


Text Example

White with #4271F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4271F6; }

 p { color: rgb(66,113,246); }

 H1.HeaderClassName
 {
   color: #4271F6;
 }
 .AnyTagClassName
 {
   color: #4271F6;
 }
</style>

background-color css

<style>
 a { background-color: #4271F6; }

 a { background-color: rgb(66,113,246); }

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

border-color css

<style>
 span { border-color: #4271F6; }

 span { border-color: rgb(66,113,246); }

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