Html Css Color HEX #4692FF Cornflower Blue

📋 copy color: '#4692FF'

red 70 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #4692FF

Tints of Cornflower Blue #4692FF

RGB

 RED value IS 70 (27.73% from 255) = 14.86%

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 14.86%
G = 31%
B = 54.14%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4692FF (or 0x4692FF) is known color: Cornflower Blue. HEX triplet: 46, 92 and FF. RGB value is (70,146,255). Sum of RGB (Red+Green+Blue) = 70+146+255=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #4692FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4692FF is #B96D00. Grayscale: #878787. Windows color (decimal): -12152065 or 16749126. OLE color: 16749126.

HSL color Cylindrical-coordinate representation of color #4692FF: hue angle of 215.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4692FF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 146 255 -
CMYK 0.73 0.43 0 0
HSL 215.35º 1% 0.64% -
HSV(B) 215.35º 0.73% 1% -
XYZ 30.85 29.08 98.59 -
YUV 135.7 195.32 81.14 -
System Red Green Blue C M Y K H S L
Decimal 70 146 255 0.73 0.43 0 0 215.35 1 0.64
Hex 46 92 FF 49 2B 0 0 D7 64 40
Octal 106 222 377 111 53 0 0 327 144 100
Binary 1000110 10010010 11111111 1001001 101011 0 0 11010111 1100100 1000000

Color Harmonies of #4692FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4692FF

Black with #4692FF

Text Example


Text Example

White with #4692FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4692FF; }

 p { color: rgb(70,146,255); }

 H1.HeaderClassName
 {
   color: #4692FF;
 }
 .AnyTagClassName
 {
   color: #4692FF;
 }
</style>

background-color css

<style>
 a { background-color: #4692FF; }

 a { background-color: rgb(70,146,255); }

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

border-color css

<style>
 span { border-color: #4692FF; }

 span { border-color: rgb(70,146,255); }

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