Html Css Color HEX #4765EA Royal Blue

📋 copy color: '#4765EA'

red 71 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #4765EA

Tints of Royal Blue #4765EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 17.49%
G = 24.88%
B = 57.64%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4765EA (or 0x4765EA) is known color: Royal Blue. HEX triplet: 47, 65 and EA. RGB value is (71,101,234). Sum of RGB (Red+Green+Blue) = 71+101+234=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #4765EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4765EA is #B89A15. Grayscale: #6A6A6A. Windows color (decimal): -12098070 or 15361351. OLE color: 15361351.

HSL color Cylindrical-coordinate representation of color #4765EA: hue angle of 228.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4765EA is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 101 234 -
CMYK 0.70 0.57 0 0.08
HSL 228.96º 0.8% 0.6% -
HSV(B) 228.96º 0.7% 0.92% -
XYZ 22.1 16.59 79.88 -
YUV 107.19 199.56 102.19 -
System Red Green Blue C M Y K H S L
Decimal 71 101 234 0.70 0.57 0 0.08 228.96 0.8 0.6
Hex 47 65 EA 46 39 0 8 E5 50 3C
Octal 107 145 352 106 71 0 10 345 120 74
Binary 1000111 1100101 11101010 1000110 111001 0 1000 11100101 1010000 111100

Color Harmonies of #4765EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4765EA

Black with #4765EA

Text Example


Text Example

White with #4765EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4765EA; }

 p { color: rgb(71,101,234); }

 H1.HeaderClassName
 {
   color: #4765EA;
 }
 .AnyTagClassName
 {
   color: #4765EA;
 }
</style>

background-color css

<style>
 a { background-color: #4765EA; }

 a { background-color: rgb(71,101,234); }

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

border-color css

<style>
 span { border-color: #4765EA; }

 span { border-color: rgb(71,101,234); }

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