Html Css Color HEX #477AF2 Royal Blue

📋 copy color: '#477AF2'

red 71 ◦ green 122 ◦ blue 242

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

Shades of Royal Blue #477AF2

Tints of Royal Blue #477AF2

RGB

 RED value IS 71 (28.13% from 255) = 16.32%

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

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

R = 16.32%
G = 28.05%
B = 55.63%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#477AF2 (or 0x477AF2) is known color: Royal Blue. HEX triplet: 47, 7A and F2. RGB value is (71,122,242). Sum of RGB (Red+Green+Blue) = 71+122+242=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #477AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AF2 is #B8850D. Grayscale: #777777. Windows color (decimal): -12092686 or 15891015. OLE color: 15891015.

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

Color convert

RGB 71 122 242 -
CMYK 0.71 0.50 0 0.05
HSL 222.11º 0.87% 0.61% -
HSV(B) 222.11º 0.71% 0.95% -
XYZ 25.59 21.67 86.84 -
YUV 120.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 71 122 242 0.71 0.50 0 0.05 222.11 0.87 0.61
Hex 47 7A F2 47 32 0 5 DE 57 3D
Octal 107 172 362 107 62 0 5 336 127 75
Binary 1000111 1111010 11110010 1000111 110010 0 101 11011110 1010111 111101

Color Harmonies of #477AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AF2

Black with #477AF2

Text Example


Text Example

White with #477AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477AF2; }

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

 H1.HeaderClassName
 {
   color: #477AF2;
 }
 .AnyTagClassName
 {
   color: #477AF2;
 }
</style>

background-color css

<style>
 a { background-color: #477AF2; }

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

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

border-color css

<style>
 span { border-color: #477AF2; }

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

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