Html Css Color HEX #4465E4 Royal Blue

📋 copy color: '#4465E4'

red 68 ◦ green 101 ◦ blue 228

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

Shades of Royal Blue #4465E4

Tints of Royal Blue #4465E4

RGB

 RED value IS 68 (26.95% from 255) = 17.13%

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

 BLUE value IS 228 (89.45% from 255) = 57.43%

R = 17.13%
G = 25.44%
B = 57.43%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4465E4 (or 0x4465E4) is known color: Royal Blue. HEX triplet: 44, 65 and E4. RGB value is (68,101,228). Sum of RGB (Red+Green+Blue) = 68+101+228=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 228 (89.45% from 255 or 57.43% from 397); Max value from RGB is 228 - color contains mainly: blue. Hex color #4465E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465E4 is #BB9A1B. Grayscale: #696969. Windows color (decimal): -12294684 or 14968132. OLE color: 14968132.

HSL color Cylindrical-coordinate representation of color #4465E4: hue angle of 227.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4465E4 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 68 101 228 -
CMYK 0.70 0.56 0 0.11
HSL 227.63º 0.75% 0.58% -
HSV(B) 227.63º 0.7% 0.89% -
XYZ 21.04 16.14 75.4 -
YUV 105.61 197.07 101.17 -
System Red Green Blue C M Y K H S L
Decimal 68 101 228 0.70 0.56 0 0.11 227.63 0.75 0.58
Hex 44 65 E4 46 38 0 B E4 4B 3A
Octal 104 145 344 106 70 0 13 344 113 72
Binary 1000100 1100101 11100100 1000110 111000 0 1011 11100100 1001011 111010

Color Harmonies of #4465E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465E4

Black with #4465E4

Text Example


Text Example

White with #4465E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4465E4; }

 p { color: rgb(68,101,228); }

 H1.HeaderClassName
 {
   color: #4465E4;
 }
 .AnyTagClassName
 {
   color: #4465E4;
 }
</style>

background-color css

<style>
 a { background-color: #4465E4; }

 a { background-color: rgb(68,101,228); }

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

border-color css

<style>
 span { border-color: #4465E4; }

 span { border-color: rgb(68,101,228); }

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