Html Css Color HEX #4462FA Royal Blue

📋 copy color: '#4462FA'

red 68 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #4462FA

Tints of Royal Blue #4462FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.56%

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 16.35%
G = 23.56%
B = 60.1%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4462FA (or 0x4462FA) is known color: Royal Blue. HEX triplet: 44, 62 and FA. RGB value is (68,98,250). Sum of RGB (Red+Green+Blue) = 68+98+250=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #4462FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4462FA is #BB9D05. Grayscale: #696969. Windows color (decimal): -12295430 or 16409156. OLE color: 16409156.

HSL color Cylindrical-coordinate representation of color #4462FA: hue angle of 230.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4462FA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 98 250 -
CMYK 0.73 0.61 0 0.02
HSL 230.11º 0.95% 0.62% -
HSV(B) 230.11º 0.73% 0.98% -
XYZ 24.01 16.87 92.43 -
YUV 106.36 209.06 100.64 -
System Red Green Blue C M Y K H S L
Decimal 68 98 250 0.73 0.61 0 0.02 230.11 0.95 0.62
Hex 44 62 FA 49 3D 0 2 E6 5F 3E
Octal 104 142 372 111 75 0 2 346 137 76
Binary 1000100 1100010 11111010 1001001 111101 0 10 11100110 1011111 111110

Color Harmonies of #4462FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4462FA

Black with #4462FA

Text Example


Text Example

White with #4462FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4462FA; }

 p { color: rgb(68,98,250); }

 H1.HeaderClassName
 {
   color: #4462FA;
 }
 .AnyTagClassName
 {
   color: #4462FA;
 }
</style>

background-color css

<style>
 a { background-color: #4462FA; }

 a { background-color: rgb(68,98,250); }

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

border-color css

<style>
 span { border-color: #4462FA; }

 span { border-color: rgb(68,98,250); }

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